Shades of Lola #BEAEC0
Tints of Lola #BEAEC0
RGB
CMYK
RGB Variations
Color information
#BEAEC0 (or 0xBEAEC0) is known color: Lola. HEX triplet: BE, AE and C0. RGB value is (190,174,192). Sum of RGB (Red+Green+Blue) = 190+174+192=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEC0 is #41513F. Grayscale: #B4B4B4. Windows color (decimal): -4280640 or 12627646. OLE color: 12627646.
HSL color Cylindrical-coordinate representation of color #BEAEC0: hue angle of 293.33º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEAEC0 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 174 | 192 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.25 |
| HSL | 293.33º | 0.13% | 0.72% | - |
| HSV(B) | 293.33º | 0.09% | 0.75% | - |
| XYZ | 45.89 | 45.03 | 56.14 | - |
| YUV | 180.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 192 | 0.01 | 0.09 | 0 | 0.25 | 293.33 | 0.13 | 0.72 |
| Hex | BE | AE | C0 | 1 | 9 | 0 | 19 | 125 | C | 48 |
| Octal | 276 | 256 | 300 | 1 | 11 | 0 | 31 | 445 | 14 | 110 |
| Binary | 10111110 | 10101110 | 11000000 | 1 | 1001 | 0 | 11001 | 100100101 | 1100 | 1001000 |
Color Harmonies of #BEAEC0
Complementary color
Monochromatic Colors of #BEAEC0
Black with #BEAEC0
Text Example
Text Example
White with #BEAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAEC0; }
p { color: rgb(190,174,192); }
H1.HeaderClassName
{
color: #BEAEC0;
}
.AnyTagClassName
{
color: #BEAEC0;
}
</style>
background-color css
<style>
a { background-color: #BEAEC0; }
a { background-color: rgb(190,174,192); }
div.DivClassName
{
background-color: #BEAEC0;
}
.BgClassName
{
background-color: #BEAEC0;
}
</style>
border-color css
<style>
span { border-color: #BEAEC0; }
span { border-color: rgb(190,174,192); }
td.TdClassName
{
border-color: #BEAEC0;
}
.TagClassName
{
border-color: #BEAEC0;
}
</style>