Shades of Lola #B998BE
Tints of Lola #B998BE
RGB
CMYK
RGB Variations
Color information
#B998BE (or 0xB998BE) is known color: Lola. HEX triplet: B9, 98 and BE. RGB value is (185,152,190). Sum of RGB (Red+Green+Blue) = 185+152+190=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #B998BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998BE is #466741. Grayscale: #A6A6A6. Windows color (decimal): -4613954 or 12490937. OLE color: 12490937.
HSL color Cylindrical-coordinate representation of color #B998BE: hue angle of 292.11º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B998BE is Cyan = 0.03, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 152 | 190 | - |
| CMYK | 0.03 | 0.2 | 0 | 0.25 |
| HSL | 292.11º | 0.23% | 0.67% | - |
| HSV(B) | 292.11º | 0.2% | 0.75% | - |
| XYZ | 40.53 | 36.49 | 53.62 | - |
| YUV | 166.2 | 141.43 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 190 | 0.03 | 0.2 | 0 | 0.25 | 292.11 | 0.23 | 0.67 |
| Hex | B9 | 98 | BE | 3 | 14 | 0 | 19 | 124 | 17 | 43 |
| Octal | 271 | 230 | 276 | 3 | 24 | 0 | 31 | 444 | 27 | 103 |
| Binary | 10111001 | 10011000 | 10111110 | 11 | 10100 | 0 | 11001 | 100100100 | 10111 | 1000011 |
Color Harmonies of #B998BE
Complementary color
Monochromatic Colors of #B998BE
Black with #B998BE
Text Example
Text Example
White with #B998BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B998BE; }
p { color: rgb(185,152,190); }
H1.HeaderClassName
{
color: #B998BE;
}
.AnyTagClassName
{
color: #B998BE;
}
</style>
background-color css
<style>
a { background-color: #B998BE; }
a { background-color: rgb(185,152,190); }
div.DivClassName
{
background-color: #B998BE;
}
.BgClassName
{
background-color: #B998BE;
}
</style>
border-color css
<style>
span { border-color: #B998BE; }
span { border-color: rgb(185,152,190); }
td.TdClassName
{
border-color: #B998BE;
}
.TagClassName
{
border-color: #B998BE;
}
</style>