Shades of Lola #BEB3C2
Tints of Lola #BEB3C2
RGB
CMYK
RGB Variations
Color information
#BEB3C2 (or 0xBEB3C2) is known color: Lola. HEX triplet: BE, B3 and C2. RGB value is (190,179,194). Sum of RGB (Red+Green+Blue) = 190+179+194=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 194 - color contains mainly: blue. Hex color #BEB3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB3C2 is #414C3D. Grayscale: #B7B7B7. Windows color (decimal): -4279358 or 12759998. OLE color: 12759998.
HSL color Cylindrical-coordinate representation of color #BEB3C2: hue angle of 284º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEB3C2 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 179 | 194 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.24 |
| HSL | 284º | 0.11% | 0.73% | - |
| HSV(B) | 284º | 0.08% | 0.76% | - |
| XYZ | 47.09 | 47.08 | 57.64 | - |
| YUV | 184 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 179 | 194 | 0.02 | 0.08 | 0 | 0.24 | 284 | 0.11 | 0.73 |
| Hex | BE | B3 | C2 | 2 | 8 | 0 | 18 | 11C | B | 49 |
| Octal | 276 | 263 | 302 | 2 | 10 | 0 | 30 | 434 | 13 | 111 |
| Binary | 10111110 | 10110011 | 11000010 | 10 | 1000 | 0 | 11000 | 100011100 | 1011 | 1001001 |
Color Harmonies of #BEB3C2
Complementary color
Monochromatic Colors of #BEB3C2
Black with #BEB3C2
Text Example
Text Example
White with #BEB3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB3C2; }
p { color: rgb(190,179,194); }
H1.HeaderClassName
{
color: #BEB3C2;
}
.AnyTagClassName
{
color: #BEB3C2;
}
</style>
background-color css
<style>
a { background-color: #BEB3C2; }
a { background-color: rgb(190,179,194); }
div.DivClassName
{
background-color: #BEB3C2;
}
.BgClassName
{
background-color: #BEB3C2;
}
</style>
border-color css
<style>
span { border-color: #BEB3C2; }
span { border-color: rgb(190,179,194); }
td.TdClassName
{
border-color: #BEB3C2;
}
.TagClassName
{
border-color: #BEB3C2;
}
</style>