Shades of London Hue #BB81BA
Tints of London Hue #BB81BA
RGB
CMYK
RGB Variations
Color information
#BB81BA (or 0xBB81BA) is known color: London Hue. HEX triplet: BB, 81 and BA. RGB value is (187,129,186). Sum of RGB (Red+Green+Blue) = 187+129+186=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BB81BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB81BA is #447E45. Grayscale: #989898. Windows color (decimal): -4488774 or 12222907. OLE color: 12222907.
HSL color Cylindrical-coordinate representation of color #BB81BA: hue angle of 301.03º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB81BA is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 129 | 186 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.27 |
| HSL | 301.03º | 0.3% | 0.62% | - |
| HSV(B) | 301.03º | 0.31% | 0.73% | - |
| XYZ | 37.21 | 29.81 | 50.25 | - |
| YUV | 152.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 186 | 0 | 0.31 | 0.01 | 0.27 | 301.03 | 0.3 | 0.62 |
| Hex | BB | 81 | BA | 0 | 1F | 1 | 1B | 12D | 1E | 3E |
| Octal | 273 | 201 | 272 | 0 | 37 | 1 | 33 | 455 | 36 | 76 |
| Binary | 10111011 | 10000001 | 10111010 | 0 | 11111 | 1 | 11011 | 100101101 | 11110 | 111110 |
Color Harmonies of #BB81BA
Complementary color
Monochromatic Colors of #BB81BA
Black with #BB81BA
Text Example
Text Example
White with #BB81BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB81BA; }
p { color: rgb(187,129,186); }
H1.HeaderClassName
{
color: #BB81BA;
}
.AnyTagClassName
{
color: #BB81BA;
}
</style>
background-color css
<style>
a { background-color: #BB81BA; }
a { background-color: rgb(187,129,186); }
div.DivClassName
{
background-color: #BB81BA;
}
.BgClassName
{
background-color: #BB81BA;
}
</style>
border-color css
<style>
span { border-color: #BB81BA; }
span { border-color: rgb(187,129,186); }
td.TdClassName
{
border-color: #BB81BA;
}
.TagClassName
{
border-color: #BB81BA;
}
</style>