Shades of Lola #BEA3C2
Tints of Lola #BEA3C2
RGB
CMYK
RGB Variations
Color information
#BEA3C2 (or 0xBEA3C2) is known color: Lola. HEX triplet: BE, A3 and C2. RGB value is (190,163,194). Sum of RGB (Red+Green+Blue) = 190+163+194=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 194 - color contains mainly: blue. Hex color #BEA3C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA3C2 is #415C3D. Grayscale: #AEAEAE. Windows color (decimal): -4283454 or 12755902. OLE color: 12755902.
HSL color Cylindrical-coordinate representation of color #BEA3C2: hue angle of 292.26º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEA3C2 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 163 | 194 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.24 |
| HSL | 292.26º | 0.2% | 0.7% | - |
| HSV(B) | 292.26º | 0.16% | 0.76% | - |
| XYZ | 44.07 | 41.04 | 56.64 | - |
| YUV | 174.61 | 138.95 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 194 | 0.02 | 0.16 | 0 | 0.24 | 292.26 | 0.2 | 0.7 |
| Hex | BE | A3 | C2 | 2 | 10 | 0 | 18 | 124 | 14 | 46 |
| Octal | 276 | 243 | 302 | 2 | 20 | 0 | 30 | 444 | 24 | 106 |
| Binary | 10111110 | 10100011 | 11000010 | 10 | 10000 | 0 | 11000 | 100100100 | 10100 | 1000110 |
Color Harmonies of #BEA3C2
Complementary color
Monochromatic Colors of #BEA3C2
Black with #BEA3C2
Text Example
Text Example
White with #BEA3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA3C2; }
p { color: rgb(190,163,194); }
H1.HeaderClassName
{
color: #BEA3C2;
}
.AnyTagClassName
{
color: #BEA3C2;
}
</style>
background-color css
<style>
a { background-color: #BEA3C2; }
a { background-color: rgb(190,163,194); }
div.DivClassName
{
background-color: #BEA3C2;
}
.BgClassName
{
background-color: #BEA3C2;
}
</style>
border-color css
<style>
span { border-color: #BEA3C2; }
span { border-color: rgb(190,163,194); }
td.TdClassName
{
border-color: #BEA3C2;
}
.TagClassName
{
border-color: #BEA3C2;
}
</style>