Shades of Lola #BEAEC4
Tints of Lola #BEAEC4
RGB
CMYK
RGB Variations
Color information
#BEAEC4 (or 0xBEAEC4) is known color: Lola. HEX triplet: BE, AE and C4. RGB value is (190,174,196). Sum of RGB (Red+Green+Blue) = 190+174+196=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 196 - color contains mainly: blue. Hex color #BEAEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEC4 is #41513B. Grayscale: #B5B5B5. Windows color (decimal): -4280636 or 12889790. OLE color: 12889790.
HSL color Cylindrical-coordinate representation of color #BEAEC4: hue angle of 283.64º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEAEC4 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 174 | 196 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.23 |
| HSL | 283.64º | 0.16% | 0.73% | - |
| HSV(B) | 283.64º | 0.11% | 0.77% | - |
| XYZ | 46.34 | 45.2 | 58.51 | - |
| YUV | 181.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 196 | 0.03 | 0.11 | 0 | 0.23 | 283.64 | 0.16 | 0.73 |
| Hex | BE | AE | C4 | 3 | B | 0 | 17 | 11C | 10 | 49 |
| Octal | 276 | 256 | 304 | 3 | 13 | 0 | 27 | 434 | 20 | 111 |
| Binary | 10111110 | 10101110 | 11000100 | 11 | 1011 | 0 | 10111 | 100011100 | 10000 | 1001001 |
Color Harmonies of #BEAEC4
Complementary color
Monochromatic Colors of #BEAEC4
Black with #BEAEC4
Text Example
Text Example
White with #BEAEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAEC4; }
p { color: rgb(190,174,196); }
H1.HeaderClassName
{
color: #BEAEC4;
}
.AnyTagClassName
{
color: #BEAEC4;
}
</style>
background-color css
<style>
a { background-color: #BEAEC4; }
a { background-color: rgb(190,174,196); }
div.DivClassName
{
background-color: #BEAEC4;
}
.BgClassName
{
background-color: #BEAEC4;
}
</style>
border-color css
<style>
span { border-color: #BEAEC4; }
span { border-color: rgb(190,174,196); }
td.TdClassName
{
border-color: #BEAEC4;
}
.TagClassName
{
border-color: #BEAEC4;
}
</style>