#BB9CB5

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

Shades of London Hue #BB9CB5

Tints of London Hue #BB9CB5

Color information

#BB9CB5 (or 0xBB9CB5) is unknown color: approx London Hue. HEX triplet: BB, 9C and B5. RGB value is (187,156,181). Sum of RGB (Red+Green+Blue) = 187+156+181=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CB5 is #44634A. Grayscale: #A8A8A8. Windows color (decimal): -4481867 or 11902139. OLE color: 11902139.

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

Color convert

RGB187156181-
CMYK00.170.030.27
HSL311.61º18.56%67.25%-
HSV(B)311.61º16.58%73.33%-
XYZ40.7237.6848.84-
YUV168.12135.27141.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 156 (61.33% from 255) = 29.77%
BLUE value IS 181 (71.09% from 255) = 34.54%
R=35.69%
G=29.77%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715618100.170.030.27311.6118.5667.25
HexBB9CB501131B1381343
Octal27323426502133347023103
Binary1011101110011100101101010100011111011100111000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9CB5; }

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

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

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

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

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

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

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

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