Shades of Lola #B799BD
Tints of Lola #B799BD
RGB
CMYK
RGB Variations
Color information
#B799BD (or 0xB799BD) is known color: Lola. HEX triplet: B7, 99 and BD. RGB value is (183,153,189). Sum of RGB (Red+Green+Blue) = 183+153+189=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #B799BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799BD is #486642. Grayscale: #A5A5A5. Windows color (decimal): -4744771 or 12425655. OLE color: 12425655.
HSL color Cylindrical-coordinate representation of color #B799BD: hue angle of 290º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B799BD is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 153 | 189 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.26 |
| HSL | 290º | 0.21% | 0.67% | - |
| HSV(B) | 290º | 0.19% | 0.74% | - |
| XYZ | 40.1 | 36.52 | 53.08 | - |
| YUV | 166.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 189 | 0.03 | 0.19 | 0 | 0.26 | 290 | 0.21 | 0.67 |
| Hex | B7 | 99 | BD | 3 | 13 | 0 | 1A | 122 | 15 | 43 |
| Octal | 267 | 231 | 275 | 3 | 23 | 0 | 32 | 442 | 25 | 103 |
| Binary | 10110111 | 10011001 | 10111101 | 11 | 10011 | 0 | 11010 | 100100010 | 10101 | 1000011 |
Color Harmonies of #B799BD
Complementary color
Monochromatic Colors of #B799BD
Black with #B799BD
Text Example
Text Example
White with #B799BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B799BD; }
p { color: rgb(183,153,189); }
H1.HeaderClassName
{
color: #B799BD;
}
.AnyTagClassName
{
color: #B799BD;
}
</style>
background-color css
<style>
a { background-color: #B799BD; }
a { background-color: rgb(183,153,189); }
div.DivClassName
{
background-color: #B799BD;
}
.BgClassName
{
background-color: #B799BD;
}
</style>
border-color css
<style>
span { border-color: #B799BD; }
span { border-color: rgb(183,153,189); }
td.TdClassName
{
border-color: #B799BD;
}
.TagClassName
{
border-color: #B799BD;
}
</style>