Shades of Lola #BEA0C2
Tints of Lola #BEA0C2
RGB
CMYK
RGB Variations
Color information
#BEA0C2 (or 0xBEA0C2) is known color: Lola. HEX triplet: BE, A0 and C2. RGB value is (190,160,194). Sum of RGB (Red+Green+Blue) = 190+160+194=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 194 - color contains mainly: blue. Hex color #BEA0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0C2 is #415F3D. Grayscale: #ACACAC. Windows color (decimal): -4284222 or 12755134. OLE color: 12755134.
HSL color Cylindrical-coordinate representation of color #BEA0C2: hue angle of 292.94º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEA0C2 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 160 | 194 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.24 |
| HSL | 292.94º | 0.22% | 0.69% | - |
| HSV(B) | 292.94º | 0.18% | 0.76% | - |
| XYZ | 43.54 | 39.98 | 56.46 | - |
| YUV | 172.85 | 139.94 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 194 | 0.02 | 0.18 | 0 | 0.24 | 292.94 | 0.22 | 0.69 |
| Hex | BE | A0 | C2 | 2 | 12 | 0 | 18 | 125 | 16 | 45 |
| Octal | 276 | 240 | 302 | 2 | 22 | 0 | 30 | 445 | 26 | 105 |
| Binary | 10111110 | 10100000 | 11000010 | 10 | 10010 | 0 | 11000 | 100100101 | 10110 | 1000101 |
Color Harmonies of #BEA0C2
Complementary color
Monochromatic Colors of #BEA0C2
Black with #BEA0C2
Text Example
Text Example
White with #BEA0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA0C2; }
p { color: rgb(190,160,194); }
H1.HeaderClassName
{
color: #BEA0C2;
}
.AnyTagClassName
{
color: #BEA0C2;
}
</style>
background-color css
<style>
a { background-color: #BEA0C2; }
a { background-color: rgb(190,160,194); }
div.DivClassName
{
background-color: #BEA0C2;
}
.BgClassName
{
background-color: #BEA0C2;
}
</style>
border-color css
<style>
span { border-color: #BEA0C2; }
span { border-color: rgb(190,160,194); }
td.TdClassName
{
border-color: #BEA0C2;
}
.TagClassName
{
border-color: #BEA0C2;
}
</style>