Shades of Lola #B998C0
Tints of Lola #B998C0
RGB
CMYK
RGB Variations
Color information
#B998C0 (or 0xB998C0) is known color: Lola. HEX triplet: B9, 98 and C0. RGB value is (185,152,192). Sum of RGB (Red+Green+Blue) = 185+152+192=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 192 - color contains mainly: blue. Hex color #B998C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998C0 is #46673F. Grayscale: #A6A6A6. Windows color (decimal): -4613952 or 12622009. OLE color: 12622009.
HSL color Cylindrical-coordinate representation of color #B998C0: hue angle of 289.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B998C0 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 152 | 192 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.25 |
| HSL | 289.5º | 0.24% | 0.67% | - |
| HSV(B) | 289.5º | 0.21% | 0.75% | - |
| XYZ | 40.75 | 36.58 | 54.78 | - |
| YUV | 166.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 192 | 0.04 | 0.21 | 0 | 0.25 | 289.5 | 0.24 | 0.67 |
| Hex | B9 | 98 | C0 | 4 | 15 | 0 | 19 | 122 | 18 | 43 |
| Octal | 271 | 230 | 300 | 4 | 25 | 0 | 31 | 442 | 30 | 103 |
| Binary | 10111001 | 10011000 | 11000000 | 100 | 10101 | 0 | 11001 | 100100010 | 11000 | 1000011 |
Color Harmonies of #B998C0
Complementary color
Monochromatic Colors of #B998C0
Black with #B998C0
Text Example
Text Example
White with #B998C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B998C0; }
p { color: rgb(185,152,192); }
H1.HeaderClassName
{
color: #B998C0;
}
.AnyTagClassName
{
color: #B998C0;
}
</style>
background-color css
<style>
a { background-color: #B998C0; }
a { background-color: rgb(185,152,192); }
div.DivClassName
{
background-color: #B998C0;
}
.BgClassName
{
background-color: #B998C0;
}
</style>
border-color css
<style>
span { border-color: #B998C0; }
span { border-color: rgb(185,152,192); }
td.TdClassName
{
border-color: #B998C0;
}
.TagClassName
{
border-color: #B998C0;
}
</style>