Shades of Lola #BE9EC5
Tints of Lola #BE9EC5
RGB
CMYK
RGB Variations
Color information
#BE9EC5 (or 0xBE9EC5) is known color: Lola. HEX triplet: BE, 9E and C5. RGB value is (190,158,197). Sum of RGB (Red+Green+Blue) = 190+158+197=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE9EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9EC5 is #41613A. Grayscale: #ABABAB. Windows color (decimal): -4284731 or 12951230. OLE color: 12951230.
HSL color Cylindrical-coordinate representation of color #BE9EC5: hue angle of 289.23º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BE9EC5 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 158 | 197 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.23 |
| HSL | 289.23º | 0.25% | 0.7% | - |
| HSV(B) | 289.23º | 0.2% | 0.77% | - |
| XYZ | 43.54 | 39.43 | 58.14 | - |
| YUV | 172.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 197 | 0.04 | 0.20 | 0 | 0.23 | 289.23 | 0.25 | 0.7 |
| Hex | BE | 9E | C5 | 4 | 14 | 0 | 17 | 121 | 19 | 46 |
| Octal | 276 | 236 | 305 | 4 | 24 | 0 | 27 | 441 | 31 | 106 |
| Binary | 10111110 | 10011110 | 11000101 | 100 | 10100 | 0 | 10111 | 100100001 | 11001 | 1000110 |
Color Harmonies of #BE9EC5
Complementary color
Monochromatic Colors of #BE9EC5
Black with #BE9EC5
Text Example
Text Example
White with #BE9EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9EC5; }
p { color: rgb(190,158,197); }
H1.HeaderClassName
{
color: #BE9EC5;
}
.AnyTagClassName
{
color: #BE9EC5;
}
</style>
background-color css
<style>
a { background-color: #BE9EC5; }
a { background-color: rgb(190,158,197); }
div.DivClassName
{
background-color: #BE9EC5;
}
.BgClassName
{
background-color: #BE9EC5;
}
</style>
border-color css
<style>
span { border-color: #BE9EC5; }
span { border-color: rgb(190,158,197); }
td.TdClassName
{
border-color: #BE9EC5;
}
.TagClassName
{
border-color: #BE9EC5;
}
</style>