#BB8EB4

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

Shades of London Hue #BB8EB4

Tints of London Hue #BB8EB4

Color information

#BB8EB4 (or 0xBB8EB4) is unknown color: approx London Hue. HEX triplet: BB, 8E and B4. RGB value is (187,142,180). Sum of RGB (Red+Green+Blue) = 187+142+180=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EB4 is #44714B. Grayscale: #9F9F9F. Windows color (decimal): -4485452 or 11833019. OLE color: 11833019.

HSL color Cylindrical-coordinate representation of color #BB8EB4: hue angle of 309.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB8EB4 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB187142180-
CMYK00.240.040.27
HSL309.33º24.86%64.51%-
HSV(B)309.33º24.06%73.33%-
XYZ38.433.2147.57-
YUV159.79139.41147.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 180 (70.70% from 255) = 35.36%
R=36.74%
G=27.90%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714218000.240.040.27309.3324.8664.51
HexBB8EB401841B1351941
Octal27321626403043346531101
Binary10111011100011101011010001100010011011100110101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8EB4; }

 p { color: rgb(187,142,180); }

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

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

 a { background-color: rgb(187,142,180); }

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

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

 span { border-color: rgb(187,142,180); }

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