Shades of Lola #BDA0C0
Tints of Lola #BDA0C0
RGB
CMYK
RGB Variations
Color information
#BDA0C0 (or 0xBDA0C0) is known color: Lola. HEX triplet: BD, A0 and C0. RGB value is (189,160,192). Sum of RGB (Red+Green+Blue) = 189+160+192=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 192 - color contains mainly: blue. Hex color #BDA0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA0C0 is #425F3F. Grayscale: #ACACAC. Windows color (decimal): -4349760 or 12624061. OLE color: 12624061.
HSL color Cylindrical-coordinate representation of color #BDA0C0: hue angle of 294.38º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDA0C0 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 160 | 192 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.25 |
| HSL | 294.38º | 0.2% | 0.69% | - |
| HSV(B) | 294.38º | 0.17% | 0.75% | - |
| XYZ | 43.07 | 39.77 | 55.27 | - |
| YUV | 172.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 192 | 0.02 | 0.17 | 0 | 0.25 | 294.38 | 0.2 | 0.69 |
| Hex | BD | A0 | C0 | 2 | 11 | 0 | 19 | 126 | 14 | 45 |
| Octal | 275 | 240 | 300 | 2 | 21 | 0 | 31 | 446 | 24 | 105 |
| Binary | 10111101 | 10100000 | 11000000 | 10 | 10001 | 0 | 11001 | 100100110 | 10100 | 1000101 |
Color Harmonies of #BDA0C0
Complementary color
Monochromatic Colors of #BDA0C0
Black with #BDA0C0
Text Example
Text Example
White with #BDA0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA0C0; }
p { color: rgb(189,160,192); }
H1.HeaderClassName
{
color: #BDA0C0;
}
.AnyTagClassName
{
color: #BDA0C0;
}
</style>
background-color css
<style>
a { background-color: #BDA0C0; }
a { background-color: rgb(189,160,192); }
div.DivClassName
{
background-color: #BDA0C0;
}
.BgClassName
{
background-color: #BDA0C0;
}
</style>
border-color css
<style>
span { border-color: #BDA0C0; }
span { border-color: rgb(189,160,192); }
td.TdClassName
{
border-color: #BDA0C0;
}
.TagClassName
{
border-color: #BDA0C0;
}
</style>