Shades of Lola #B99DC0
Tints of Lola #B99DC0
RGB
CMYK
RGB Variations
Color information
#B99DC0 (or 0xB99DC0) is known color: Lola. HEX triplet: B9, 9D and C0. RGB value is (185,157,192). Sum of RGB (Red+Green+Blue) = 185+157+192=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #B99DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DC0 is #46623F. Grayscale: #A9A9A9. Windows color (decimal): -4612672 or 12623289. OLE color: 12623289.
HSL color Cylindrical-coordinate representation of color #B99DC0: hue angle of 288º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B99DC0 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 157 | 192 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.25 |
| HSL | 288º | 0.22% | 0.68% | - |
| HSV(B) | 288º | 0.18% | 0.75% | - |
| XYZ | 41.58 | 38.23 | 55.06 | - |
| YUV | 169.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 192 | 0.04 | 0.18 | 0 | 0.25 | 288 | 0.22 | 0.68 |
| Hex | B9 | 9D | C0 | 4 | 12 | 0 | 19 | 120 | 16 | 44 |
| Octal | 271 | 235 | 300 | 4 | 22 | 0 | 31 | 440 | 26 | 104 |
| Binary | 10111001 | 10011101 | 11000000 | 100 | 10010 | 0 | 11001 | 100100000 | 10110 | 1000100 |
Color Harmonies of #B99DC0
Complementary color
Monochromatic Colors of #B99DC0
Black with #B99DC0
Text Example
Text Example
White with #B99DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99DC0; }
p { color: rgb(185,157,192); }
H1.HeaderClassName
{
color: #B99DC0;
}
.AnyTagClassName
{
color: #B99DC0;
}
</style>
background-color css
<style>
a { background-color: #B99DC0; }
a { background-color: rgb(185,157,192); }
div.DivClassName
{
background-color: #B99DC0;
}
.BgClassName
{
background-color: #B99DC0;
}
</style>
border-color css
<style>
span { border-color: #B99DC0; }
span { border-color: rgb(185,157,192); }
td.TdClassName
{
border-color: #B99DC0;
}
.TagClassName
{
border-color: #B99DC0;
}
</style>