Shades of Lola #BDA9BD
Tints of Lola #BDA9BD
RGB
CMYK
RGB Variations
Color information
#BDA9BD (or 0xBDA9BD) is known color: Lola. HEX triplet: BD, A9 and BD. RGB value is (189,169,189). Sum of RGB (Red+Green+Blue) = 189+169+189=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BDA9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9BD is #425642. Grayscale: #B1B1B1. Windows color (decimal): -4347459 or 12429757. OLE color: 12429757.
HSL color Cylindrical-coordinate representation of color #BDA9BD: hue angle of 300º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDA9BD is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 189 | - |
| CMYK | 0 | 0.11 | 0 | 0.26 |
| HSL | 300º | 0.13% | 0.7% | - |
| HSV(B) | 300º | 0.11% | 0.74% | - |
| XYZ | 44.36 | 42.87 | 54.08 | - |
| YUV | 177.26 | 134.63 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 189 | 0 | 0.11 | 0 | 0.26 | 300 | 0.13 | 0.7 |
| Hex | BD | A9 | BD | 0 | B | 0 | 1A | 12C | D | 46 |
| Octal | 275 | 251 | 275 | 0 | 13 | 0 | 32 | 454 | 15 | 106 |
| Binary | 10111101 | 10101001 | 10111101 | 0 | 1011 | 0 | 11010 | 100101100 | 1101 | 1000110 |
Color Harmonies of #BDA9BD
Complementary color
Monochromatic Colors of #BDA9BD
Black with #BDA9BD
Text Example
Text Example
White with #BDA9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9BD; }
p { color: rgb(189,169,189); }
H1.HeaderClassName
{
color: #BDA9BD;
}
.AnyTagClassName
{
color: #BDA9BD;
}
</style>
background-color css
<style>
a { background-color: #BDA9BD; }
a { background-color: rgb(189,169,189); }
div.DivClassName
{
background-color: #BDA9BD;
}
.BgClassName
{
background-color: #BDA9BD;
}
</style>
border-color css
<style>
span { border-color: #BDA9BD; }
span { border-color: rgb(189,169,189); }
td.TdClassName
{
border-color: #BDA9BD;
}
.TagClassName
{
border-color: #BDA9BD;
}
</style>