#BB9BB8

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

Shades of London Hue #BB9BB8

Tints of London Hue #BB9BB8

Color information

#BB9BB8 (or 0xBB9BB8) is unknown color: approx London Hue. HEX triplet: BB, 9B and B8. RGB value is (187,155,184). Sum of RGB (Red+Green+Blue) = 187+155+184=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BB8 is #446447. Grayscale: #A7A7A7. Windows color (decimal): -4482120 or 12098491. OLE color: 12098491.

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

Color convert

RGB187155184-
CMYK00.170.020.27
HSL305.62º19.05%67.06%-
HSV(B)305.62º17.11%73.33%-
XYZ40.8737.4750.43-
YUV167.87137.1141.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 155 (60.94% from 255) = 29.47%
BLUE value IS 184 (72.27% from 255) = 34.98%
R=35.55%
G=29.47%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715518400.170.020.27305.6219.0567.06
HexBB9BB801121B1321343
Octal27323327002123346223103
Binary1011101110011011101110000100011011011100110010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9BB8; }

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

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

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

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

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

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

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

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