Shades of Lola #BEA5C7
Tints of Lola #BEA5C7
RGB
CMYK
RGB Variations
Color information
#BEA5C7 (or 0xBEA5C7) is known color: Lola. HEX triplet: BE, A5 and C7. RGB value is (190,165,199). Sum of RGB (Red+Green+Blue) = 190+165+199=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 199 - color contains mainly: blue. Hex color #BEA5C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5C7 is #415A38. Grayscale: #B0B0B0. Windows color (decimal): -4282937 or 13084094. OLE color: 13084094.
HSL color Cylindrical-coordinate representation of color #BEA5C7: hue angle of 284.12º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEA5C7 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 165 | 199 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.22 |
| HSL | 284.12º | 0.23% | 0.71% | - |
| HSV(B) | 284.12º | 0.17% | 0.78% | - |
| XYZ | 45 | 41.98 | 59.76 | - |
| YUV | 176.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 199 | 0.05 | 0.17 | 0 | 0.22 | 284.12 | 0.23 | 0.71 |
| Hex | BE | A5 | C7 | 5 | 11 | 0 | 16 | 11C | 17 | 47 |
| Octal | 276 | 245 | 307 | 5 | 21 | 0 | 26 | 434 | 27 | 107 |
| Binary | 10111110 | 10100101 | 11000111 | 101 | 10001 | 0 | 10110 | 100011100 | 10111 | 1000111 |
Color Harmonies of #BEA5C7
Complementary color
Monochromatic Colors of #BEA5C7
Black with #BEA5C7
Text Example
Text Example
White with #BEA5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA5C7; }
p { color: rgb(190,165,199); }
H1.HeaderClassName
{
color: #BEA5C7;
}
.AnyTagClassName
{
color: #BEA5C7;
}
</style>
background-color css
<style>
a { background-color: #BEA5C7; }
a { background-color: rgb(190,165,199); }
div.DivClassName
{
background-color: #BEA5C7;
}
.BgClassName
{
background-color: #BEA5C7;
}
</style>
border-color css
<style>
span { border-color: #BEA5C7; }
span { border-color: rgb(190,165,199); }
td.TdClassName
{
border-color: #BEA5C7;
}
.TagClassName
{
border-color: #BEA5C7;
}
</style>