Shades of Lola #BB9EC3
Tints of Lola #BB9EC3
RGB
CMYK
RGB Variations
Color information
#BB9EC3 (or 0xBB9EC3) is known color: Lola. HEX triplet: BB, 9E and C3. RGB value is (187,158,195). Sum of RGB (Red+Green+Blue) = 187+158+195=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB9EC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EC3 is #44613C. Grayscale: #AAAAAA. Windows color (decimal): -4481341 or 12820155. OLE color: 12820155.
HSL color Cylindrical-coordinate representation of color #BB9EC3: hue angle of 287.03º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB9EC3 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 158 | 195 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.24 |
| HSL | 287.03º | 0.24% | 0.69% | - |
| HSV(B) | 287.03º | 0.19% | 0.76% | - |
| XYZ | 42.57 | 38.96 | 56.91 | - |
| YUV | 170.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 195 | 0.04 | 0.19 | 0 | 0.24 | 287.03 | 0.24 | 0.69 |
| Hex | BB | 9E | C3 | 4 | 13 | 0 | 18 | 11F | 18 | 45 |
| Octal | 273 | 236 | 303 | 4 | 23 | 0 | 30 | 437 | 30 | 105 |
| Binary | 10111011 | 10011110 | 11000011 | 100 | 10011 | 0 | 11000 | 100011111 | 11000 | 1000101 |
Color Harmonies of #BB9EC3
Complementary color
Monochromatic Colors of #BB9EC3
Black with #BB9EC3
Text Example
Text Example
White with #BB9EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9EC3; }
p { color: rgb(187,158,195); }
H1.HeaderClassName
{
color: #BB9EC3;
}
.AnyTagClassName
{
color: #BB9EC3;
}
</style>
background-color css
<style>
a { background-color: #BB9EC3; }
a { background-color: rgb(187,158,195); }
div.DivClassName
{
background-color: #BB9EC3;
}
.BgClassName
{
background-color: #BB9EC3;
}
</style>
border-color css
<style>
span { border-color: #BB9EC3; }
span { border-color: rgb(187,158,195); }
td.TdClassName
{
border-color: #BB9EC3;
}
.TagClassName
{
border-color: #BB9EC3;
}
</style>