Shades of Lola #BD9EC5
Tints of Lola #BD9EC5
RGB
CMYK
RGB Variations
Color information
#BD9EC5 (or 0xBD9EC5) is known color: Lola. HEX triplet: BD, 9E and C5. RGB value is (189,158,197). Sum of RGB (Red+Green+Blue) = 189+158+197=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD9EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9EC5 is #42613A. Grayscale: #ABABAB. Windows color (decimal): -4350267 or 12951229. OLE color: 12951229.
HSL color Cylindrical-coordinate representation of color #BD9EC5: hue angle of 287.69º 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 #BD9EC5 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 158 | 197 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.23 |
| HSL | 287.69º | 0.25% | 0.7% | - |
| HSV(B) | 287.69º | 0.2% | 0.77% | - |
| XYZ | 43.29 | 39.3 | 58.13 | - |
| YUV | 171.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 197 | 0.04 | 0.20 | 0 | 0.23 | 287.69 | 0.25 | 0.7 |
| Hex | BD | 9E | C5 | 4 | 14 | 0 | 17 | 120 | 19 | 46 |
| Octal | 275 | 236 | 305 | 4 | 24 | 0 | 27 | 440 | 31 | 106 |
| Binary | 10111101 | 10011110 | 11000101 | 100 | 10100 | 0 | 10111 | 100100000 | 11001 | 1000110 |
Color Harmonies of #BD9EC5
Complementary color
Monochromatic Colors of #BD9EC5
Black with #BD9EC5
Text Example
Text Example
White with #BD9EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9EC5; }
p { color: rgb(189,158,197); }
H1.HeaderClassName
{
color: #BD9EC5;
}
.AnyTagClassName
{
color: #BD9EC5;
}
</style>
background-color css
<style>
a { background-color: #BD9EC5; }
a { background-color: rgb(189,158,197); }
div.DivClassName
{
background-color: #BD9EC5;
}
.BgClassName
{
background-color: #BD9EC5;
}
</style>
border-color css
<style>
span { border-color: #BD9EC5; }
span { border-color: rgb(189,158,197); }
td.TdClassName
{
border-color: #BD9EC5;
}
.TagClassName
{
border-color: #BD9EC5;
}
</style>