Shades of Lola #BEA3C8
Tints of Lola #BEA3C8
RGB
CMYK
RGB Variations
Color information
#BEA3C8 (or 0xBEA3C8) is known color: Lola. HEX triplet: BE, A3 and C8. RGB value is (190,163,200). Sum of RGB (Red+Green+Blue) = 190+163+200=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 200 - color contains mainly: blue. Hex color #BEA3C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA3C8 is #415C37. Grayscale: #AFAFAF. Windows color (decimal): -4283448 or 13149118. OLE color: 13149118.
HSL color Cylindrical-coordinate representation of color #BEA3C8: hue angle of 283.78º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEA3C8 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 163 | 200 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.22 |
| HSL | 283.78º | 0.25% | 0.71% | - |
| HSV(B) | 283.78º | 0.19% | 0.78% | - |
| XYZ | 44.76 | 41.31 | 60.26 | - |
| YUV | 175.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 200 | 0.05 | 0.18 | 0 | 0.22 | 283.78 | 0.25 | 0.71 |
| Hex | BE | A3 | C8 | 5 | 12 | 0 | 16 | 11C | 19 | 47 |
| Octal | 276 | 243 | 310 | 5 | 22 | 0 | 26 | 434 | 31 | 107 |
| Binary | 10111110 | 10100011 | 11001000 | 101 | 10010 | 0 | 10110 | 100011100 | 11001 | 1000111 |
Color Harmonies of #BEA3C8
Complementary color
Monochromatic Colors of #BEA3C8
Black with #BEA3C8
Text Example
Text Example
White with #BEA3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA3C8; }
p { color: rgb(190,163,200); }
H1.HeaderClassName
{
color: #BEA3C8;
}
.AnyTagClassName
{
color: #BEA3C8;
}
</style>
background-color css
<style>
a { background-color: #BEA3C8; }
a { background-color: rgb(190,163,200); }
div.DivClassName
{
background-color: #BEA3C8;
}
.BgClassName
{
background-color: #BEA3C8;
}
</style>
border-color css
<style>
span { border-color: #BEA3C8; }
span { border-color: rgb(190,163,200); }
td.TdClassName
{
border-color: #BEA3C8;
}
.TagClassName
{
border-color: #BEA3C8;
}
</style>