#BB9AB7

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

Shades of London Hue #BB9AB7

Tints of London Hue #BB9AB7

Color information

#BB9AB7 (or 0xBB9AB7) is unknown color: approx London Hue. HEX triplet: BB, 9A and B7. RGB value is (187,154,183). Sum of RGB (Red+Green+Blue) = 187+154+183=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9AB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9AB7 is #446548. Grayscale: #A7A7A7. Windows color (decimal): -4482377 or 12032699. OLE color: 12032699.

HSL color Cylindrical-coordinate representation of color #BB9AB7: hue angle of 307.27º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BB9AB7 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB187154183-
CMYK00.180.020.27
HSL307.27º19.53%66.86%-
HSV(B)307.27º17.65%73.33%-
XYZ40.637.0949.82-
YUV167.17136.93142.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 183 (71.88% from 255) = 34.92%
R=35.69%
G=29.39%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715418300.180.020.27307.2719.5366.86
HexBB9AB701221B1331443
Octal27323226702223346324103
Binary1011101110011010101101110100101011011100110011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9AB7; }

 p { color: rgb(187,154,183); }

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

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

 a { background-color: rgb(187,154,183); }

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

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

 span { border-color: rgb(187,154,183); }

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