Shades of Lola #BDA0C1
Tints of Lola #BDA0C1
RGB
CMYK
RGB Variations
Color information
#BDA0C1 (or 0xBDA0C1) is known color: Lola. HEX triplet: BD, A0 and C1. RGB value is (189,160,193). Sum of RGB (Red+Green+Blue) = 189+160+193=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDA0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA0C1 is #425F3E. Grayscale: #ACACAC. Windows color (decimal): -4349759 or 12689597. OLE color: 12689597.
HSL color Cylindrical-coordinate representation of color #BDA0C1: hue angle of 292.73º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDA0C1 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 160 | 193 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.24 |
| HSL | 292.73º | 0.21% | 0.69% | - |
| HSV(B) | 292.73º | 0.17% | 0.76% | - |
| XYZ | 43.18 | 39.81 | 55.86 | - |
| YUV | 172.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 193 | 0.02 | 0.17 | 0 | 0.24 | 292.73 | 0.21 | 0.69 |
| Hex | BD | A0 | C1 | 2 | 11 | 0 | 18 | 125 | 15 | 45 |
| Octal | 275 | 240 | 301 | 2 | 21 | 0 | 30 | 445 | 25 | 105 |
| Binary | 10111101 | 10100000 | 11000001 | 10 | 10001 | 0 | 11000 | 100100101 | 10101 | 1000101 |
Color Harmonies of #BDA0C1
Complementary color
Monochromatic Colors of #BDA0C1
Black with #BDA0C1
Text Example
Text Example
White with #BDA0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA0C1; }
p { color: rgb(189,160,193); }
H1.HeaderClassName
{
color: #BDA0C1;
}
.AnyTagClassName
{
color: #BDA0C1;
}
</style>
background-color css
<style>
a { background-color: #BDA0C1; }
a { background-color: rgb(189,160,193); }
div.DivClassName
{
background-color: #BDA0C1;
}
.BgClassName
{
background-color: #BDA0C1;
}
</style>
border-color css
<style>
span { border-color: #BDA0C1; }
span { border-color: rgb(189,160,193); }
td.TdClassName
{
border-color: #BDA0C1;
}
.TagClassName
{
border-color: #BDA0C1;
}
</style>