Shades of Lola #B99ABC
Tints of Lola #B99ABC
RGB
CMYK
RGB Variations
Color information
#B99ABC (or 0xB99ABC) is known color: Lola. HEX triplet: B9, 9A and BC. RGB value is (185,154,188). Sum of RGB (Red+Green+Blue) = 185+154+188=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #B99ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ABC is #466543. Grayscale: #A7A7A7. Windows color (decimal): -4613444 or 12360377. OLE color: 12360377.
HSL color Cylindrical-coordinate representation of color #B99ABC: hue angle of 294.71º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B99ABC is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 154 | 188 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.26 |
| HSL | 294.71º | 0.2% | 0.67% | - |
| HSV(B) | 294.71º | 0.18% | 0.74% | - |
| XYZ | 40.64 | 37.06 | 52.59 | - |
| YUV | 167.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 188 | 0.02 | 0.18 | 0 | 0.26 | 294.71 | 0.2 | 0.67 |
| Hex | B9 | 9A | BC | 2 | 12 | 0 | 1A | 127 | 14 | 43 |
| Octal | 271 | 232 | 274 | 2 | 22 | 0 | 32 | 447 | 24 | 103 |
| Binary | 10111001 | 10011010 | 10111100 | 10 | 10010 | 0 | 11010 | 100100111 | 10100 | 1000011 |
Color Harmonies of #B99ABC
Complementary color
Monochromatic Colors of #B99ABC
Black with #B99ABC
Text Example
Text Example
White with #B99ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99ABC; }
p { color: rgb(185,154,188); }
H1.HeaderClassName
{
color: #B99ABC;
}
.AnyTagClassName
{
color: #B99ABC;
}
</style>
background-color css
<style>
a { background-color: #B99ABC; }
a { background-color: rgb(185,154,188); }
div.DivClassName
{
background-color: #B99ABC;
}
.BgClassName
{
background-color: #B99ABC;
}
</style>
border-color css
<style>
span { border-color: #B99ABC; }
span { border-color: rgb(185,154,188); }
td.TdClassName
{
border-color: #B99ABC;
}
.TagClassName
{
border-color: #B99ABC;
}
</style>