Shades of Lola #BEA7C5
Tints of Lola #BEA7C5
RGB
CMYK
RGB Variations
Color information
#BEA7C5 (or 0xBEA7C5) is known color: Lola. HEX triplet: BE, A7 and C5. RGB value is (190,167,197). Sum of RGB (Red+Green+Blue) = 190+167+197=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEA7C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA7C5 is #41583A. Grayscale: #B1B1B1. Windows color (decimal): -4282427 or 12953534. OLE color: 12953534.
HSL color Cylindrical-coordinate representation of color #BEA7C5: hue angle of 286º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEA7C5 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 167 | 197 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.23 |
| HSL | 286º | 0.21% | 0.71% | - |
| HSV(B) | 286º | 0.15% | 0.77% | - |
| XYZ | 45.13 | 42.62 | 58.67 | - |
| YUV | 177.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 167 | 197 | 0.04 | 0.15 | 0 | 0.23 | 286 | 0.21 | 0.71 |
| Hex | BE | A7 | C5 | 4 | F | 0 | 17 | 11E | 15 | 47 |
| Octal | 276 | 247 | 305 | 4 | 17 | 0 | 27 | 436 | 25 | 107 |
| Binary | 10111110 | 10100111 | 11000101 | 100 | 1111 | 0 | 10111 | 100011110 | 10101 | 1000111 |
Color Harmonies of #BEA7C5
Complementary color
Monochromatic Colors of #BEA7C5
Black with #BEA7C5
Text Example
Text Example
White with #BEA7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA7C5; }
p { color: rgb(190,167,197); }
H1.HeaderClassName
{
color: #BEA7C5;
}
.AnyTagClassName
{
color: #BEA7C5;
}
</style>
background-color css
<style>
a { background-color: #BEA7C5; }
a { background-color: rgb(190,167,197); }
div.DivClassName
{
background-color: #BEA7C5;
}
.BgClassName
{
background-color: #BEA7C5;
}
</style>
border-color css
<style>
span { border-color: #BEA7C5; }
span { border-color: rgb(190,167,197); }
td.TdClassName
{
border-color: #BEA7C5;
}
.TagClassName
{
border-color: #BEA7C5;
}
</style>