Shades of Lola #BD9EC1
Tints of Lola #BD9EC1
RGB
CMYK
RGB Variations
Color information
#BD9EC1 (or 0xBD9EC1) is known color: Lola. HEX triplet: BD, 9E and C1. RGB value is (189,158,193). Sum of RGB (Red+Green+Blue) = 189+158+193=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD9EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9EC1 is #42613E. Grayscale: #ABABAB. Windows color (decimal): -4350271 or 12689085. OLE color: 12689085.
HSL color Cylindrical-coordinate representation of color #BD9EC1: hue angle of 293.14º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BD9EC1 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 158 | 193 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.24 |
| HSL | 293.14º | 0.22% | 0.69% | - |
| HSV(B) | 293.14º | 0.18% | 0.76% | - |
| XYZ | 42.84 | 39.12 | 55.75 | - |
| YUV | 171.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 193 | 0.02 | 0.18 | 0 | 0.24 | 293.14 | 0.22 | 0.69 |
| Hex | BD | 9E | C1 | 2 | 12 | 0 | 18 | 125 | 16 | 45 |
| Octal | 275 | 236 | 301 | 2 | 22 | 0 | 30 | 445 | 26 | 105 |
| Binary | 10111101 | 10011110 | 11000001 | 10 | 10010 | 0 | 11000 | 100100101 | 10110 | 1000101 |
Color Harmonies of #BD9EC1
Complementary color
Monochromatic Colors of #BD9EC1
Black with #BD9EC1
Text Example
Text Example
White with #BD9EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9EC1; }
p { color: rgb(189,158,193); }
H1.HeaderClassName
{
color: #BD9EC1;
}
.AnyTagClassName
{
color: #BD9EC1;
}
</style>
background-color css
<style>
a { background-color: #BD9EC1; }
a { background-color: rgb(189,158,193); }
div.DivClassName
{
background-color: #BD9EC1;
}
.BgClassName
{
background-color: #BD9EC1;
}
</style>
border-color css
<style>
span { border-color: #BD9EC1; }
span { border-color: rgb(189,158,193); }
td.TdClassName
{
border-color: #BD9EC1;
}
.TagClassName
{
border-color: #BD9EC1;
}
</style>