Shades of Lola #BEA3C7
Tints of Lola #BEA3C7
RGB
CMYK
RGB Variations
Color information
#BEA3C7 (or 0xBEA3C7) is known color: Lola. HEX triplet: BE, A3 and C7. RGB value is (190,163,199). Sum of RGB (Red+Green+Blue) = 190+163+199=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 199 - color contains mainly: blue. Hex color #BEA3C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA3C7 is #415C38. Grayscale: #AFAFAF. Windows color (decimal): -4283449 or 13083582. OLE color: 13083582.
HSL color Cylindrical-coordinate representation of color #BEA3C7: hue angle of 285º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEA3C7 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 163 | 199 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.22 |
| HSL | 285º | 0.24% | 0.71% | - |
| HSV(B) | 285º | 0.18% | 0.78% | - |
| XYZ | 44.64 | 41.27 | 59.64 | - |
| YUV | 175.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 199 | 0.05 | 0.18 | 0 | 0.22 | 285 | 0.24 | 0.71 |
| Hex | BE | A3 | C7 | 5 | 12 | 0 | 16 | 11D | 18 | 47 |
| Octal | 276 | 243 | 307 | 5 | 22 | 0 | 26 | 435 | 30 | 107 |
| Binary | 10111110 | 10100011 | 11000111 | 101 | 10010 | 0 | 10110 | 100011101 | 11000 | 1000111 |
Color Harmonies of #BEA3C7
Complementary color
Monochromatic Colors of #BEA3C7
Black with #BEA3C7
Text Example
Text Example
White with #BEA3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA3C7; }
p { color: rgb(190,163,199); }
H1.HeaderClassName
{
color: #BEA3C7;
}
.AnyTagClassName
{
color: #BEA3C7;
}
</style>
background-color css
<style>
a { background-color: #BEA3C7; }
a { background-color: rgb(190,163,199); }
div.DivClassName
{
background-color: #BEA3C7;
}
.BgClassName
{
background-color: #BEA3C7;
}
</style>
border-color css
<style>
span { border-color: #BEA3C7; }
span { border-color: rgb(190,163,199); }
td.TdClassName
{
border-color: #BEA3C7;
}
.TagClassName
{
border-color: #BEA3C7;
}
</style>