Shades of Lola #BB9EC6
Tints of Lola #BB9EC6
RGB
CMYK
RGB Variations
Color information
#BB9EC6 (or 0xBB9EC6) is known color: Lola. HEX triplet: BB, 9E and C6. RGB value is (187,158,198). Sum of RGB (Red+Green+Blue) = 187+158+198=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB9EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EC6 is #446139. Grayscale: #ABABAB. Windows color (decimal): -4481338 or 13016763. OLE color: 13016763.
HSL color Cylindrical-coordinate representation of color #BB9EC6: hue angle of 283.5º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB9EC6 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 158 | 198 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.22 |
| HSL | 283.5º | 0.26% | 0.7% | - |
| HSV(B) | 283.5º | 0.2% | 0.78% | - |
| XYZ | 42.91 | 39.1 | 58.71 | - |
| YUV | 171.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 198 | 0.06 | 0.20 | 0 | 0.22 | 283.5 | 0.26 | 0.7 |
| Hex | BB | 9E | C6 | 6 | 14 | 0 | 16 | 11C | 1A | 46 |
| Octal | 273 | 236 | 306 | 6 | 24 | 0 | 26 | 434 | 32 | 106 |
| Binary | 10111011 | 10011110 | 11000110 | 110 | 10100 | 0 | 10110 | 100011100 | 11010 | 1000110 |
Color Harmonies of #BB9EC6
Complementary color
Monochromatic Colors of #BB9EC6
Black with #BB9EC6
Text Example
Text Example
White with #BB9EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9EC6; }
p { color: rgb(187,158,198); }
H1.HeaderClassName
{
color: #BB9EC6;
}
.AnyTagClassName
{
color: #BB9EC6;
}
</style>
background-color css
<style>
a { background-color: #BB9EC6; }
a { background-color: rgb(187,158,198); }
div.DivClassName
{
background-color: #BB9EC6;
}
.BgClassName
{
background-color: #BB9EC6;
}
</style>
border-color css
<style>
span { border-color: #BB9EC6; }
span { border-color: rgb(187,158,198); }
td.TdClassName
{
border-color: #BB9EC6;
}
.TagClassName
{
border-color: #BB9EC6;
}
</style>