Shades of Lola #BEB0C0
Tints of Lola #BEB0C0
RGB
CMYK
RGB Variations
Color information
#BEB0C0 (or 0xBEB0C0) is known color: Lola. HEX triplet: BE, B0 and C0. RGB value is (190,176,192). Sum of RGB (Red+Green+Blue) = 190+176+192=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEB0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB0C0 is #414F3F. Grayscale: #B5B5B5. Windows color (decimal): -4280128 or 12628158. OLE color: 12628158.
HSL color Cylindrical-coordinate representation of color #BEB0C0: hue angle of 292.5º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEB0C0 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 176 | 192 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.25 |
| HSL | 292.5º | 0.11% | 0.72% | - |
| HSV(B) | 292.5º | 0.08% | 0.75% | - |
| XYZ | 46.27 | 45.8 | 56.27 | - |
| YUV | 182.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 192 | 0.01 | 0.08 | 0 | 0.25 | 292.5 | 0.11 | 0.72 |
| Hex | BE | B0 | C0 | 1 | 8 | 0 | 19 | 124 | B | 48 |
| Octal | 276 | 260 | 300 | 1 | 10 | 0 | 31 | 444 | 13 | 110 |
| Binary | 10111110 | 10110000 | 11000000 | 1 | 1000 | 0 | 11001 | 100100100 | 1011 | 1001000 |
Color Harmonies of #BEB0C0
Complementary color
Monochromatic Colors of #BEB0C0
Black with #BEB0C0
Text Example
Text Example
White with #BEB0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB0C0; }
p { color: rgb(190,176,192); }
H1.HeaderClassName
{
color: #BEB0C0;
}
.AnyTagClassName
{
color: #BEB0C0;
}
</style>
background-color css
<style>
a { background-color: #BEB0C0; }
a { background-color: rgb(190,176,192); }
div.DivClassName
{
background-color: #BEB0C0;
}
.BgClassName
{
background-color: #BEB0C0;
}
</style>
border-color css
<style>
span { border-color: #BEB0C0; }
span { border-color: rgb(190,176,192); }
td.TdClassName
{
border-color: #BEB0C0;
}
.TagClassName
{
border-color: #BEB0C0;
}
</style>