Shades of Lola #BDA6C3
Tints of Lola #BDA6C3
RGB
CMYK
RGB Variations
Color information
#BDA6C3 (or 0xBDA6C3) is known color: Lola. HEX triplet: BD, A6 and C3. RGB value is (189,166,195). Sum of RGB (Red+Green+Blue) = 189+166+195=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 195 - color contains mainly: blue. Hex color #BDA6C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6C3 is #42593C. Grayscale: #B0B0B0. Windows color (decimal): -4348221 or 12822205. OLE color: 12822205.
HSL color Cylindrical-coordinate representation of color #BDA6C3: hue angle of 287.59º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA6C3 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 166 | 195 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.24 |
| HSL | 287.59º | 0.19% | 0.71% | - |
| HSV(B) | 287.59º | 0.15% | 0.76% | - |
| XYZ | 44.47 | 42.03 | 57.4 | - |
| YUV | 176.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 195 | 0.03 | 0.15 | 0 | 0.24 | 287.59 | 0.19 | 0.71 |
| Hex | BD | A6 | C3 | 3 | F | 0 | 18 | 120 | 13 | 47 |
| Octal | 275 | 246 | 303 | 3 | 17 | 0 | 30 | 440 | 23 | 107 |
| Binary | 10111101 | 10100110 | 11000011 | 11 | 1111 | 0 | 11000 | 100100000 | 10011 | 1000111 |
Color Harmonies of #BDA6C3
Complementary color
Monochromatic Colors of #BDA6C3
Black with #BDA6C3
Text Example
Text Example
White with #BDA6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA6C3; }
p { color: rgb(189,166,195); }
H1.HeaderClassName
{
color: #BDA6C3;
}
.AnyTagClassName
{
color: #BDA6C3;
}
</style>
background-color css
<style>
a { background-color: #BDA6C3; }
a { background-color: rgb(189,166,195); }
div.DivClassName
{
background-color: #BDA6C3;
}
.BgClassName
{
background-color: #BDA6C3;
}
</style>
border-color css
<style>
span { border-color: #BDA6C3; }
span { border-color: rgb(189,166,195); }
td.TdClassName
{
border-color: #BDA6C3;
}
.TagClassName
{
border-color: #BDA6C3;
}
</style>