Shades of Lola #BEA5C0
Tints of Lola #BEA5C0
RGB
CMYK
RGB Variations
Color information
#BEA5C0 (or 0xBEA5C0) is known color: Lola. HEX triplet: BE, A5 and C0. RGB value is (190,165,192). Sum of RGB (Red+Green+Blue) = 190+165+192=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEA5C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5C0 is #415A3F. Grayscale: #AFAFAF. Windows color (decimal): -4282944 or 12625342. OLE color: 12625342.
HSL color Cylindrical-coordinate representation of color #BEA5C0: hue angle of 295.56º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEA5C0 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 165 | 192 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.25 |
| HSL | 295.56º | 0.18% | 0.7% | - |
| HSV(B) | 295.56º | 0.14% | 0.75% | - |
| XYZ | 44.2 | 41.66 | 55.58 | - |
| YUV | 175.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 192 | 0.01 | 0.14 | 0 | 0.25 | 295.56 | 0.18 | 0.7 |
| Hex | BE | A5 | C0 | 1 | E | 0 | 19 | 128 | 12 | 46 |
| Octal | 276 | 245 | 300 | 1 | 16 | 0 | 31 | 450 | 22 | 106 |
| Binary | 10111110 | 10100101 | 11000000 | 1 | 1110 | 0 | 11001 | 100101000 | 10010 | 1000110 |
Color Harmonies of #BEA5C0
Complementary color
Monochromatic Colors of #BEA5C0
Black with #BEA5C0
Text Example
Text Example
White with #BEA5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA5C0; }
p { color: rgb(190,165,192); }
H1.HeaderClassName
{
color: #BEA5C0;
}
.AnyTagClassName
{
color: #BEA5C0;
}
</style>
background-color css
<style>
a { background-color: #BEA5C0; }
a { background-color: rgb(190,165,192); }
div.DivClassName
{
background-color: #BEA5C0;
}
.BgClassName
{
background-color: #BEA5C0;
}
</style>
border-color css
<style>
span { border-color: #BEA5C0; }
span { border-color: rgb(190,165,192); }
td.TdClassName
{
border-color: #BEA5C0;
}
.TagClassName
{
border-color: #BEA5C0;
}
</style>