Shades of London Hue #BB7BAC
Tints of London Hue #BB7BAC
RGB
CMYK
RGB Variations
Color information
#BB7BAC (or 0xBB7BAC) is known color: London Hue. HEX triplet: BB, 7B and AC. RGB value is (187,123,172). Sum of RGB (Red+Green+Blue) = 187+123+172=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7BAC is #448453. Grayscale: #939393. Windows color (decimal): -4490324 or 11303867. OLE color: 11303867.
HSL color Cylindrical-coordinate representation of color #BB7BAC: hue angle of 314.06º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB7BAC is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 123 | 172 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.27 |
| HSL | 314.06º | 0.32% | 0.61% | - |
| HSV(B) | 314.06º | 0.34% | 0.73% | - |
| XYZ | 35.02 | 27.71 | 42.53 | - |
| YUV | 147.72 | 141.7 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 172 | 0 | 0.34 | 0.08 | 0.27 | 314.06 | 0.32 | 0.61 |
| Hex | BB | 7B | AC | 0 | 22 | 8 | 1B | 13A | 20 | 3D |
| Octal | 273 | 173 | 254 | 0 | 42 | 10 | 33 | 472 | 40 | 75 |
| Binary | 10111011 | 1111011 | 10101100 | 0 | 100010 | 1000 | 11011 | 100111010 | 100000 | 111101 |
Color Harmonies of #BB7BAC
Complementary color
Monochromatic Colors of #BB7BAC
Black with #BB7BAC
Text Example
Text Example
White with #BB7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7BAC; }
p { color: rgb(187,123,172); }
H1.HeaderClassName
{
color: #BB7BAC;
}
.AnyTagClassName
{
color: #BB7BAC;
}
</style>
background-color css
<style>
a { background-color: #BB7BAC; }
a { background-color: rgb(187,123,172); }
div.DivClassName
{
background-color: #BB7BAC;
}
.BgClassName
{
background-color: #BB7BAC;
}
</style>
border-color css
<style>
span { border-color: #BB7BAC; }
span { border-color: rgb(187,123,172); }
td.TdClassName
{
border-color: #BB7BAC;
}
.TagClassName
{
border-color: #BB7BAC;
}
</style>