Shades of Lola #BB9FC2
Tints of Lola #BB9FC2
RGB
CMYK
RGB Variations
Color information
#BB9FC2 (or 0xBB9FC2) is known color: Lola. HEX triplet: BB, 9F and C2. RGB value is (187,159,194). Sum of RGB (Red+Green+Blue) = 187+159+194=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB9FC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FC2 is #44603D. Grayscale: #ABABAB. Windows color (decimal): -4481086 or 12754875. OLE color: 12754875.
HSL color Cylindrical-coordinate representation of color #BB9FC2: hue angle of 288º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BB9FC2 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 159 | 194 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.24 |
| HSL | 288º | 0.22% | 0.69% | - |
| HSV(B) | 288º | 0.18% | 0.76% | - |
| XYZ | 42.63 | 39.26 | 56.37 | - |
| YUV | 171.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 194 | 0.04 | 0.18 | 0 | 0.24 | 288 | 0.22 | 0.69 |
| Hex | BB | 9F | C2 | 4 | 12 | 0 | 18 | 120 | 16 | 45 |
| Octal | 273 | 237 | 302 | 4 | 22 | 0 | 30 | 440 | 26 | 105 |
| Binary | 10111011 | 10011111 | 11000010 | 100 | 10010 | 0 | 11000 | 100100000 | 10110 | 1000101 |
Color Harmonies of #BB9FC2
Complementary color
Monochromatic Colors of #BB9FC2
Black with #BB9FC2
Text Example
Text Example
White with #BB9FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FC2; }
p { color: rgb(187,159,194); }
H1.HeaderClassName
{
color: #BB9FC2;
}
.AnyTagClassName
{
color: #BB9FC2;
}
</style>
background-color css
<style>
a { background-color: #BB9FC2; }
a { background-color: rgb(187,159,194); }
div.DivClassName
{
background-color: #BB9FC2;
}
.BgClassName
{
background-color: #BB9FC2;
}
</style>
border-color css
<style>
span { border-color: #BB9FC2; }
span { border-color: rgb(187,159,194); }
td.TdClassName
{
border-color: #BB9FC2;
}
.TagClassName
{
border-color: #BB9FC2;
}
</style>