#BB96B8

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

Shades of London Hue #BB96B8

Tints of London Hue #BB96B8

Color information

#BB96B8 (or 0xBB96B8) is unknown color: approx London Hue. HEX triplet: BB, 96 and B8. RGB value is (187,150,184). Sum of RGB (Red+Green+Blue) = 187+150+184=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BB96B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96B8 is #446947. Grayscale: #A4A4A4. Windows color (decimal): -4483400 or 12097211. OLE color: 12097211.

HSL color Cylindrical-coordinate representation of color #BB96B8: hue angle of 304.86º 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 #BB96B8 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB187150184-
CMYK00.200.020.27
HSL304.86º21.39%66.08%-
HSV(B)304.86º19.79%73.33%-
XYZ40.0535.8450.15-
YUV164.94138.76143.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 184 (72.27% from 255) = 35.32%
R=35.89%
G=28.79%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715018400.200.020.27304.8621.3966.08
HexBB96B801421B1311542
Octal27322627002423346125102
Binary1011101110010110101110000101001011011100110001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96B8; }

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

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

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

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

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

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

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

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