Shades of Lola #BEA8C5
Tints of Lola #BEA8C5
RGB
CMYK
RGB Variations
Color information
#BEA8C5 (or 0xBEA8C5) is known color: Lola. HEX triplet: BE, A8 and C5. RGB value is (190,168,197). Sum of RGB (Red+Green+Blue) = 190+168+197=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEA8C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8C5 is #41573A. Grayscale: #B1B1B1. Windows color (decimal): -4282171 or 12953790. OLE color: 12953790.
HSL color Cylindrical-coordinate representation of color #BEA8C5: hue angle of 285.52º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEA8C5 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 190 | 168 | 197 | - |
CMYK | 0.04 | 0.15 | 0 | 0.23 |
HSL | 285.52º | 0.2% | 0.72% | - |
HSV(B) | 285.52º | 0.15% | 0.77% | - |
XYZ | 45.32 | 42.98 | 58.73 | - |
YUV | 177.88 | 138.79 | 136.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 168 | 197 | 0.04 | 0.15 | 0 | 0.23 | 285.52 | 0.2 | 0.72 |
Hex | BE | A8 | C5 | 4 | F | 0 | 17 | 11E | 14 | 48 |
Octal | 276 | 250 | 305 | 4 | 17 | 0 | 27 | 436 | 24 | 110 |
Binary | 10111110 | 10101000 | 11000101 | 100 | 1111 | 0 | 10111 | 100011110 | 10100 | 1001000 |
Color Harmonies of #BEA8C5
Complementary color
Monochromatic Colors of #BEA8C5
Black with #BEA8C5
Text Example
Text Example
White with #BEA8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8C5; }
p { color: rgb(190,168,197); }
H1.HeaderClassName
{
color: #BEA8C5;
}
.AnyTagClassName
{
color: #BEA8C5;
}
</style>
background-color css
<style>
a { background-color: #BEA8C5; }
a { background-color: rgb(190,168,197); }
div.DivClassName
{
background-color: #BEA8C5;
}
.BgClassName
{
background-color: #BEA8C5;
}
</style>
border-color css
<style>
span { border-color: #BEA8C5; }
span { border-color: rgb(190,168,197); }
td.TdClassName
{
border-color: #BEA8C5;
}
.TagClassName
{
border-color: #BEA8C5;
}
</style>