Shades of Lola #BB98C1
Tints of Lola #BB98C1
RGB
CMYK
RGB Variations
Color information
#BB98C1 (or 0xBB98C1) is known color: Lola. HEX triplet: BB, 98 and C1. RGB value is (187,152,193). Sum of RGB (Red+Green+Blue) = 187+152+193=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB98C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98C1 is #44673E. Grayscale: #A7A7A7. Windows color (decimal): -4482879 or 12687547. OLE color: 12687547.
HSL color Cylindrical-coordinate representation of color #BB98C1: hue angle of 291.22º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB98C1 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 152 | 193 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.24 |
| HSL | 291.22º | 0.25% | 0.68% | - |
| HSV(B) | 291.22º | 0.21% | 0.76% | - |
| XYZ | 41.35 | 36.87 | 55.39 | - |
| YUV | 167.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 193 | 0.03 | 0.21 | 0 | 0.24 | 291.22 | 0.25 | 0.68 |
| Hex | BB | 98 | C1 | 3 | 15 | 0 | 18 | 123 | 19 | 44 |
| Octal | 273 | 230 | 301 | 3 | 25 | 0 | 30 | 443 | 31 | 104 |
| Binary | 10111011 | 10011000 | 11000001 | 11 | 10101 | 0 | 11000 | 100100011 | 11001 | 1000100 |
Color Harmonies of #BB98C1
Complementary color
Monochromatic Colors of #BB98C1
Black with #BB98C1
Text Example
Text Example
White with #BB98C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB98C1; }
p { color: rgb(187,152,193); }
H1.HeaderClassName
{
color: #BB98C1;
}
.AnyTagClassName
{
color: #BB98C1;
}
</style>
background-color css
<style>
a { background-color: #BB98C1; }
a { background-color: rgb(187,152,193); }
div.DivClassName
{
background-color: #BB98C1;
}
.BgClassName
{
background-color: #BB98C1;
}
</style>
border-color css
<style>
span { border-color: #BB98C1; }
span { border-color: rgb(187,152,193); }
td.TdClassName
{
border-color: #BB98C1;
}
.TagClassName
{
border-color: #BB98C1;
}
</style>