Shades of Lola #BDAABB
Tints of Lola #BDAABB
RGB
CMYK
RGB Variations
Color information
#BDAABB (or 0xBDAABB) is known color: Lola. HEX triplet: BD, AA and BB. RGB value is (189,170,187). Sum of RGB (Red+Green+Blue) = 189+170+187=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAABB is #425544. Grayscale: #B1B1B1. Windows color (decimal): -4347205 or 12298941. OLE color: 12298941.
HSL color Cylindrical-coordinate representation of color #BDAABB: hue angle of 306.32º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDAABB is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 187 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.26 |
| HSL | 306.32º | 0.13% | 0.7% | - |
| HSV(B) | 306.32º | 0.1% | 0.74% | - |
| XYZ | 44.33 | 43.16 | 53.01 | - |
| YUV | 177.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 187 | 0 | 0.10 | 0.01 | 0.26 | 306.32 | 0.13 | 0.7 |
| Hex | BD | AA | BB | 0 | A | 1 | 1A | 132 | D | 46 |
| Octal | 275 | 252 | 273 | 0 | 12 | 1 | 32 | 462 | 15 | 106 |
| Binary | 10111101 | 10101010 | 10111011 | 0 | 1010 | 1 | 11010 | 100110010 | 1101 | 1000110 |
Color Harmonies of #BDAABB
Complementary color
Monochromatic Colors of #BDAABB
Black with #BDAABB
Text Example
Text Example
White with #BDAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAABB; }
p { color: rgb(189,170,187); }
H1.HeaderClassName
{
color: #BDAABB;
}
.AnyTagClassName
{
color: #BDAABB;
}
</style>
background-color css
<style>
a { background-color: #BDAABB; }
a { background-color: rgb(189,170,187); }
div.DivClassName
{
background-color: #BDAABB;
}
.BgClassName
{
background-color: #BDAABB;
}
</style>
border-color css
<style>
span { border-color: #BDAABB; }
span { border-color: rgb(189,170,187); }
td.TdClassName
{
border-color: #BDAABB;
}
.TagClassName
{
border-color: #BDAABB;
}
</style>