Shades of Lola #BDA3C1
Tints of Lola #BDA3C1
RGB
CMYK
RGB Variations
Color information
#BDA3C1 (or 0xBDA3C1) is known color: Lola. HEX triplet: BD, A3 and C1. RGB value is (189,163,193). Sum of RGB (Red+Green+Blue) = 189+163+193=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDA3C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3C1 is #425C3E. Grayscale: #AEAEAE. Windows color (decimal): -4348991 or 12690365. OLE color: 12690365.
HSL color Cylindrical-coordinate representation of color #BDA3C1: hue angle of 292º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDA3C1 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 163 | 193 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.24 |
| HSL | 292º | 0.19% | 0.7% | - |
| HSV(B) | 292º | 0.16% | 0.76% | - |
| XYZ | 43.71 | 40.86 | 56.04 | - |
| YUV | 174.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 193 | 0.02 | 0.16 | 0 | 0.24 | 292 | 0.19 | 0.7 |
| Hex | BD | A3 | C1 | 2 | 10 | 0 | 18 | 124 | 13 | 46 |
| Octal | 275 | 243 | 301 | 2 | 20 | 0 | 30 | 444 | 23 | 106 |
| Binary | 10111101 | 10100011 | 11000001 | 10 | 10000 | 0 | 11000 | 100100100 | 10011 | 1000110 |
Color Harmonies of #BDA3C1
Complementary color
Monochromatic Colors of #BDA3C1
Black with #BDA3C1
Text Example
Text Example
White with #BDA3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3C1; }
p { color: rgb(189,163,193); }
H1.HeaderClassName
{
color: #BDA3C1;
}
.AnyTagClassName
{
color: #BDA3C1;
}
</style>
background-color css
<style>
a { background-color: #BDA3C1; }
a { background-color: rgb(189,163,193); }
div.DivClassName
{
background-color: #BDA3C1;
}
.BgClassName
{
background-color: #BDA3C1;
}
</style>
border-color css
<style>
span { border-color: #BDA3C1; }
span { border-color: rgb(189,163,193); }
td.TdClassName
{
border-color: #BDA3C1;
}
.TagClassName
{
border-color: #BDA3C1;
}
</style>