#BB96B6

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

Shades of London Hue #BB96B6

Tints of London Hue #BB96B6

Color information

#BB96B6 (or 0xBB96B6) is unknown color: approx London Hue. HEX triplet: BB, 96 and B6. RGB value is (187,150,182). Sum of RGB (Red+Green+Blue) = 187+150+182=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BB96B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96B6 is #446949. Grayscale: #A4A4A4. Windows color (decimal): -4483402 or 11966139. OLE color: 11966139.

HSL color Cylindrical-coordinate representation of color #BB96B6: hue angle of 308.11º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB96B6 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB187150182-
CMYK00.200.030.27
HSL308.11º21.39%66.08%-
HSV(B)308.11º19.79%73.33%-
XYZ39.8435.7549.06-
YUV164.71137.76143.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 150 (58.98% from 255) = 28.90%
BLUE value IS 182 (71.48% from 255) = 35.07%
R=36.03%
G=28.90%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715018200.200.030.27308.1121.3966.08
HexBB96B601431B1341542
Octal27322626602433346425102
Binary1011101110010110101101100101001111011100110100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96B6; }

 p { color: rgb(187,150,182); }

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

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

 a { background-color: rgb(187,150,182); }

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

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

 span { border-color: rgb(187,150,182); }

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