Shades of Lola #BDACC0
Tints of Lola #BDACC0
RGB
CMYK
RGB Variations
Color information
#BDACC0 (or 0xBDACC0) is known color: Lola. HEX triplet: BD, AC and C0. RGB value is (189,172,192). Sum of RGB (Red+Green+Blue) = 189+172+192=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 192 - color contains mainly: blue. Hex color #BDACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACC0 is #42533F. Grayscale: #B3B3B3. Windows color (decimal): -4346688 or 12627133. OLE color: 12627133.
HSL color Cylindrical-coordinate representation of color #BDACC0: hue angle of 291º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDACC0 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 172 | 192 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.25 |
| HSL | 291º | 0.14% | 0.71% | - |
| HSV(B) | 291º | 0.1% | 0.75% | - |
| XYZ | 45.25 | 44.13 | 56 | - |
| YUV | 179.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 192 | 0.02 | 0.10 | 0 | 0.25 | 291 | 0.14 | 0.71 |
| Hex | BD | AC | C0 | 2 | A | 0 | 19 | 123 | E | 47 |
| Octal | 275 | 254 | 300 | 2 | 12 | 0 | 31 | 443 | 16 | 107 |
| Binary | 10111101 | 10101100 | 11000000 | 10 | 1010 | 0 | 11001 | 100100011 | 1110 | 1000111 |
Color Harmonies of #BDACC0
Complementary color
Monochromatic Colors of #BDACC0
Black with #BDACC0
Text Example
Text Example
White with #BDACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACC0; }
p { color: rgb(189,172,192); }
H1.HeaderClassName
{
color: #BDACC0;
}
.AnyTagClassName
{
color: #BDACC0;
}
</style>
background-color css
<style>
a { background-color: #BDACC0; }
a { background-color: rgb(189,172,192); }
div.DivClassName
{
background-color: #BDACC0;
}
.BgClassName
{
background-color: #BDACC0;
}
</style>
border-color css
<style>
span { border-color: #BDACC0; }
span { border-color: rgb(189,172,192); }
td.TdClassName
{
border-color: #BDACC0;
}
.TagClassName
{
border-color: #BDACC0;
}
</style>