Shades of Lola #BB9FBE
Tints of Lola #BB9FBE
RGB
CMYK
RGB Variations
Color information
#BB9FBE (or 0xBB9FBE) is known color: Lola. HEX triplet: BB, 9F and BE. RGB value is (187,159,190). Sum of RGB (Red+Green+Blue) = 187+159+190=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB9FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FBE is #446041. Grayscale: #AAAAAA. Windows color (decimal): -4481090 or 12492731. OLE color: 12492731.
HSL color Cylindrical-coordinate representation of color #BB9FBE: hue angle of 294.19º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BB9FBE is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 187 | 159 | 190 | - |
CMYK | 0.02 | 0.16 | 0 | 0.25 |
HSL | 294.19º | 0.19% | 0.68% | - |
HSV(B) | 294.19º | 0.16% | 0.75% | - |
XYZ | 42.19 | 39.08 | 54.03 | - |
YUV | 170.91 | 138.78 | 139.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 159 | 190 | 0.02 | 0.16 | 0 | 0.25 | 294.19 | 0.19 | 0.68 |
Hex | BB | 9F | BE | 2 | 10 | 0 | 19 | 126 | 13 | 44 |
Octal | 273 | 237 | 276 | 2 | 20 | 0 | 31 | 446 | 23 | 104 |
Binary | 10111011 | 10011111 | 10111110 | 10 | 10000 | 0 | 11001 | 100100110 | 10011 | 1000100 |
Color Harmonies of #BB9FBE
Complementary color
Monochromatic Colors of #BB9FBE
Black with #BB9FBE
Text Example
Text Example
White with #BB9FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FBE; }
p { color: rgb(187,159,190); }
H1.HeaderClassName
{
color: #BB9FBE;
}
.AnyTagClassName
{
color: #BB9FBE;
}
</style>
background-color css
<style>
a { background-color: #BB9FBE; }
a { background-color: rgb(187,159,190); }
div.DivClassName
{
background-color: #BB9FBE;
}
.BgClassName
{
background-color: #BB9FBE;
}
</style>
border-color css
<style>
span { border-color: #BB9FBE; }
span { border-color: rgb(187,159,190); }
td.TdClassName
{
border-color: #BB9FBE;
}
.TagClassName
{
border-color: #BB9FBE;
}
</style>