Shades of Lola #BEA0C4
Tints of Lola #BEA0C4
RGB
CMYK
RGB Variations
Color information
#BEA0C4 (or 0xBEA0C4) is known color: Lola. HEX triplet: BE, A0 and C4. RGB value is (190,160,196). Sum of RGB (Red+Green+Blue) = 190+160+196=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 196 - color contains mainly: blue. Hex color #BEA0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0C4 is #415F3B. Grayscale: #ACACAC. Windows color (decimal): -4284220 or 12886206. OLE color: 12886206.
HSL color Cylindrical-coordinate representation of color #BEA0C4: hue angle of 290º 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 #BEA0C4 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 160 | 196 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.23 |
| HSL | 290º | 0.23% | 0.7% | - |
| HSV(B) | 290º | 0.18% | 0.77% | - |
| XYZ | 43.77 | 40.07 | 57.65 | - |
| YUV | 173.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 196 | 0.03 | 0.18 | 0 | 0.23 | 290 | 0.23 | 0.7 |
| Hex | BE | A0 | C4 | 3 | 12 | 0 | 17 | 122 | 17 | 46 |
| Octal | 276 | 240 | 304 | 3 | 22 | 0 | 27 | 442 | 27 | 106 |
| Binary | 10111110 | 10100000 | 11000100 | 11 | 10010 | 0 | 10111 | 100100010 | 10111 | 1000110 |
Color Harmonies of #BEA0C4
Complementary color
Monochromatic Colors of #BEA0C4
Black with #BEA0C4
Text Example
Text Example
White with #BEA0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA0C4; }
p { color: rgb(190,160,196); }
H1.HeaderClassName
{
color: #BEA0C4;
}
.AnyTagClassName
{
color: #BEA0C4;
}
</style>
background-color css
<style>
a { background-color: #BEA0C4; }
a { background-color: rgb(190,160,196); }
div.DivClassName
{
background-color: #BEA0C4;
}
.BgClassName
{
background-color: #BEA0C4;
}
</style>
border-color css
<style>
span { border-color: #BEA0C4; }
span { border-color: rgb(190,160,196); }
td.TdClassName
{
border-color: #BEA0C4;
}
.TagClassName
{
border-color: #BEA0C4;
}
</style>