Shades of Lola #BEB2BD
Tints of Lola #BEB2BD
RGB
CMYK
RGB Variations
Color information
#BEB2BD (or 0xBEB2BD) is known color: Lola. HEX triplet: BE, B2 and BD. RGB value is (190,178,189). Sum of RGB (Red+Green+Blue) = 190+178+189=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB2BD is #414D42. Grayscale: #B6B6B6. Windows color (decimal): -4279619 or 12432062. OLE color: 12432062.
HSL color Cylindrical-coordinate representation of color #BEB2BD: hue angle of 305º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEB2BD is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 178 | 189 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.25 |
| HSL | 305º | 0.08% | 0.72% | - |
| HSV(B) | 305º | 0.06% | 0.75% | - |
| XYZ | 46.34 | 46.46 | 54.67 | - |
| YUV | 182.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 178 | 189 | 0 | 0.06 | 0.01 | 0.25 | 305 | 0.08 | 0.72 |
| Hex | BE | B2 | BD | 0 | 6 | 1 | 19 | 131 | 8 | 48 |
| Octal | 276 | 262 | 275 | 0 | 6 | 1 | 31 | 461 | 10 | 110 |
| Binary | 10111110 | 10110010 | 10111101 | 0 | 110 | 1 | 11001 | 100110001 | 1000 | 1001000 |
Color Harmonies of #BEB2BD
Complementary color
Monochromatic Colors of #BEB2BD
Black with #BEB2BD
Text Example
Text Example
White with #BEB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB2BD; }
p { color: rgb(190,178,189); }
H1.HeaderClassName
{
color: #BEB2BD;
}
.AnyTagClassName
{
color: #BEB2BD;
}
</style>
background-color css
<style>
a { background-color: #BEB2BD; }
a { background-color: rgb(190,178,189); }
div.DivClassName
{
background-color: #BEB2BD;
}
.BgClassName
{
background-color: #BEB2BD;
}
</style>
border-color css
<style>
span { border-color: #BEB2BD; }
span { border-color: rgb(190,178,189); }
td.TdClassName
{
border-color: #BEB2BD;
}
.TagClassName
{
border-color: #BEB2BD;
}
</style>