#BB9CB9

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

Shades of London Hue #BB9CB9

Tints of London Hue #BB9CB9

Color information

#BB9CB9 (or 0xBB9CB9) is unknown color: approx London Hue. HEX triplet: BB, 9C and B9. RGB value is (187,156,185). Sum of RGB (Red+Green+Blue) = 187+156+185=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CB9 is #446346. Grayscale: #A8A8A8. Windows color (decimal): -4481863 or 12164283. OLE color: 12164283.

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

Color convert

RGB187156185-
CMYK00.170.010.27
HSL303.87º18.56%67.25%-
HSV(B)303.87º16.58%73.33%-
XYZ41.1437.8451.04-
YUV168.58137.27141.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 156 (61.33% from 255) = 29.55%
BLUE value IS 185 (72.66% from 255) = 35.04%
R=35.42%
G=29.55%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715618500.170.010.27303.8718.5667.25
HexBB9CB901111B1301343
Octal27323427102113346023103
Binary101110111001110010111001010001111011100110000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9CB9; }

 p { color: rgb(187,156,185); }

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

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

 a { background-color: rgb(187,156,185); }

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

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

 span { border-color: rgb(187,156,185); }

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