#be88b4

Color #BE88B4 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BE88B4

Tints of London Hue #BE88B4

Color information

#BE88B4 (or 0xBE88B4) is unknown color: approx London Hue. HEX triplet: BE, 88 and B4. RGB value is (190,136,180). Sum of RGB (Red+Green+Blue) = 190+136+180=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BE88B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE88B4 is #41774B. Grayscale: #9D9D9D. Windows color (decimal): -4290380 or 11831486. OLE color: 11831486.

HSL color Cylindrical-coordinate representation of color #BE88B4: hue angle of 311.11º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE88B4 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB190136180-
CMYK00.280.050.25
HSL311.11º29.35%63.92%-
HSV(B)311.11º28.42%74.51%-
XYZ38.2831.8547.31-
YUV157.16140.89151.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 136 (53.52% from 255) = 26.88%
BLUE value IS 180 (70.70% from 255) = 35.57%
R=37.55%
G=26.88%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013618000.280.050.25311.1129.3563.92
HexBE88B401C5191371d40
Octal27621026403453146735100
Binary10111110100010001011010001110010111001100110111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be88b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be88b4; }

 p { color: rgb(190,136,180); }

 H1.HeaderClassName
 {
   color: #be88b4;
 }
 .AnyTagClassName
 {
   color: #be88b4;
 }
</style>
background-color css

<style>
 a { background-color: #be88b4; }

 a { background-color: rgb(190,136,180); }

 div.DivClassName
 {
   background-color: #be88b4;
 }
 .BgClassName
 {
   background-color: #be88b4;
 }
</style>
border-color css

<style>
 span { border-color: #be88b4; }

 span { border-color: rgb(190,136,180); }

 td.TdClassName
 {
   border-color: #be88b4;
 }
 .TagClassName
 {
   border-color: #be88b4;
 }
</style>