Shades of Lola #BEA5C2
Tints of Lola #BEA5C2
RGB
CMYK
RGB Variations
Color information
#BEA5C2 (or 0xBEA5C2) is known color: Lola. HEX triplet: BE, A5 and C2. RGB value is (190,165,194). Sum of RGB (Red+Green+Blue) = 190+165+194=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 194 - color contains mainly: blue. Hex color #BEA5C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5C2 is #415A3D. Grayscale: #AFAFAF. Windows color (decimal): -4282942 or 12756414. OLE color: 12756414.
HSL color Cylindrical-coordinate representation of color #BEA5C2: hue angle of 291.72º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEA5C2 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 165 | 194 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.24 |
| HSL | 291.72º | 0.19% | 0.7% | - |
| HSV(B) | 291.72º | 0.15% | 0.76% | - |
| XYZ | 44.43 | 41.75 | 56.76 | - |
| YUV | 175.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 194 | 0.02 | 0.15 | 0 | 0.24 | 291.72 | 0.19 | 0.7 |
| Hex | BE | A5 | C2 | 2 | F | 0 | 18 | 124 | 13 | 46 |
| Octal | 276 | 245 | 302 | 2 | 17 | 0 | 30 | 444 | 23 | 106 |
| Binary | 10111110 | 10100101 | 11000010 | 10 | 1111 | 0 | 11000 | 100100100 | 10011 | 1000110 |
Color Harmonies of #BEA5C2
Complementary color
Monochromatic Colors of #BEA5C2
Black with #BEA5C2
Text Example
Text Example
White with #BEA5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA5C2; }
p { color: rgb(190,165,194); }
H1.HeaderClassName
{
color: #BEA5C2;
}
.AnyTagClassName
{
color: #BEA5C2;
}
</style>
background-color css
<style>
a { background-color: #BEA5C2; }
a { background-color: rgb(190,165,194); }
div.DivClassName
{
background-color: #BEA5C2;
}
.BgClassName
{
background-color: #BEA5C2;
}
</style>
border-color css
<style>
span { border-color: #BEA5C2; }
span { border-color: rgb(190,165,194); }
td.TdClassName
{
border-color: #BEA5C2;
}
.TagClassName
{
border-color: #BEA5C2;
}
</style>