Shades of Lola #B99DC2
Tints of Lola #B99DC2
RGB
CMYK
RGB Variations
Color information
#B99DC2 (or 0xB99DC2) is known color: Lola. HEX triplet: B9, 9D and C2. RGB value is (185,157,194). Sum of RGB (Red+Green+Blue) = 185+157+194=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 194 - color contains mainly: blue. Hex color #B99DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DC2 is #46623D. Grayscale: #A9A9A9. Windows color (decimal): -4612670 or 12754361. OLE color: 12754361.
HSL color Cylindrical-coordinate representation of color #B99DC2: hue angle of 285.41º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B99DC2 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 157 | 194 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.24 |
| HSL | 285.41º | 0.23% | 0.69% | - |
| HSV(B) | 285.41º | 0.19% | 0.76% | - |
| XYZ | 41.8 | 38.32 | 56.23 | - |
| YUV | 169.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 194 | 0.05 | 0.19 | 0 | 0.24 | 285.41 | 0.23 | 0.69 |
| Hex | B9 | 9D | C2 | 5 | 13 | 0 | 18 | 11D | 17 | 45 |
| Octal | 271 | 235 | 302 | 5 | 23 | 0 | 30 | 435 | 27 | 105 |
| Binary | 10111001 | 10011101 | 11000010 | 101 | 10011 | 0 | 11000 | 100011101 | 10111 | 1000101 |
Color Harmonies of #B99DC2
Complementary color
Monochromatic Colors of #B99DC2
Black with #B99DC2
Text Example
Text Example
White with #B99DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99DC2; }
p { color: rgb(185,157,194); }
H1.HeaderClassName
{
color: #B99DC2;
}
.AnyTagClassName
{
color: #B99DC2;
}
</style>
background-color css
<style>
a { background-color: #B99DC2; }
a { background-color: rgb(185,157,194); }
div.DivClassName
{
background-color: #B99DC2;
}
.BgClassName
{
background-color: #B99DC2;
}
</style>
border-color css
<style>
span { border-color: #B99DC2; }
span { border-color: rgb(185,157,194); }
td.TdClassName
{
border-color: #B99DC2;
}
.TagClassName
{
border-color: #B99DC2;
}
</style>