Shades of London Hue #BB9CB5
Tints of London Hue #BB9CB5
RGB
CMYK
RGB Variations
Color information
#BB9CB5 (or 0xBB9CB5) is known color: 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
| RGB | 187 | 156 | 181 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.27 |
| HSL | 311.61º | 0.19% | 0.67% | - |
| HSV(B) | 311.61º | 0.17% | 0.73% | - |
| XYZ | 40.72 | 37.68 | 48.84 | - |
| YUV | 168.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 181 | 0 | 0.17 | 0.03 | 0.27 | 311.61 | 0.19 | 0.67 |
| Hex | BB | 9C | B5 | 0 | 11 | 3 | 1B | 138 | 13 | 43 |
| Octal | 273 | 234 | 265 | 0 | 21 | 3 | 33 | 470 | 23 | 103 |
| Binary | 10111011 | 10011100 | 10110101 | 0 | 10001 | 11 | 11011 | 100111000 | 10011 | 1000011 |
Color Harmonies of #BB9CB5
Complementary color
Monochromatic Colors of #BB9CB5
Black with #BB9CB5
Text Example
Text Example
White with #BB9CB5
Text Example
Text Example
HTML Codes & Css Web 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>