Shades of Lola #B99DBF
Tints of Lola #B99DBF
RGB
CMYK
RGB Variations
Color information
#B99DBF (or 0xB99DBF) is known color: Lola. HEX triplet: B9, 9D and BF. RGB value is (185,157,191). Sum of RGB (Red+Green+Blue) = 185+157+191=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 191 - color contains mainly: blue. Hex color #B99DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DBF is #466240. Grayscale: #A9A9A9. Windows color (decimal): -4612673 or 12557753. OLE color: 12557753.
HSL color Cylindrical-coordinate representation of color #B99DBF: hue angle of 289.41º degrees, saturation: 0.21, 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 #B99DBF is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 157 | 191 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.25 |
| HSL | 289.41º | 0.21% | 0.68% | - |
| HSV(B) | 289.41º | 0.18% | 0.75% | - |
| XYZ | 41.47 | 38.19 | 54.48 | - |
| YUV | 169.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 191 | 0.03 | 0.18 | 0 | 0.25 | 289.41 | 0.21 | 0.68 |
| Hex | B9 | 9D | BF | 3 | 12 | 0 | 19 | 121 | 15 | 44 |
| Octal | 271 | 235 | 277 | 3 | 22 | 0 | 31 | 441 | 25 | 104 |
| Binary | 10111001 | 10011101 | 10111111 | 11 | 10010 | 0 | 11001 | 100100001 | 10101 | 1000100 |
Color Harmonies of #B99DBF
Complementary color
Monochromatic Colors of #B99DBF
Black with #B99DBF
Text Example
Text Example
White with #B99DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99DBF; }
p { color: rgb(185,157,191); }
H1.HeaderClassName
{
color: #B99DBF;
}
.AnyTagClassName
{
color: #B99DBF;
}
</style>
background-color css
<style>
a { background-color: #B99DBF; }
a { background-color: rgb(185,157,191); }
div.DivClassName
{
background-color: #B99DBF;
}
.BgClassName
{
background-color: #B99DBF;
}
</style>
border-color css
<style>
span { border-color: #B99DBF; }
span { border-color: rgb(185,157,191); }
td.TdClassName
{
border-color: #B99DBF;
}
.TagClassName
{
border-color: #B99DBF;
}
</style>