Shades of Lola #BEA2C5
Tints of Lola #BEA2C5
RGB
CMYK
RGB Variations
Color information
#BEA2C5 (or 0xBEA2C5) is known color: Lola. HEX triplet: BE, A2 and C5. RGB value is (190,162,197). Sum of RGB (Red+Green+Blue) = 190+162+197=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEA2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2C5 is #415D3A. Grayscale: #AEAEAE. Windows color (decimal): -4283707 or 12952254. OLE color: 12952254.
HSL color Cylindrical-coordinate representation of color #BEA2C5: hue angle of 288º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEA2C5 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 162 | 197 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.23 |
| HSL | 288º | 0.23% | 0.7% | - |
| HSV(B) | 288º | 0.18% | 0.77% | - |
| XYZ | 44.23 | 40.82 | 58.37 | - |
| YUV | 174.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 197 | 0.04 | 0.18 | 0 | 0.23 | 288 | 0.23 | 0.7 |
| Hex | BE | A2 | C5 | 4 | 12 | 0 | 17 | 120 | 17 | 46 |
| Octal | 276 | 242 | 305 | 4 | 22 | 0 | 27 | 440 | 27 | 106 |
| Binary | 10111110 | 10100010 | 11000101 | 100 | 10010 | 0 | 10111 | 100100000 | 10111 | 1000110 |
Color Harmonies of #BEA2C5
Complementary color
Monochromatic Colors of #BEA2C5
Black with #BEA2C5
Text Example
Text Example
White with #BEA2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA2C5; }
p { color: rgb(190,162,197); }
H1.HeaderClassName
{
color: #BEA2C5;
}
.AnyTagClassName
{
color: #BEA2C5;
}
</style>
background-color css
<style>
a { background-color: #BEA2C5; }
a { background-color: rgb(190,162,197); }
div.DivClassName
{
background-color: #BEA2C5;
}
.BgClassName
{
background-color: #BEA2C5;
}
</style>
border-color css
<style>
span { border-color: #BEA2C5; }
span { border-color: rgb(190,162,197); }
td.TdClassName
{
border-color: #BEA2C5;
}
.TagClassName
{
border-color: #BEA2C5;
}
</style>