Shades of Lola #BDABBB
Tints of Lola #BDABBB
RGB
CMYK
RGB Variations
Color information
#BDABBB (or 0xBDABBB) is known color: Lola. HEX triplet: BD, AB and BB. RGB value is (189,171,187). Sum of RGB (Red+Green+Blue) = 189+171+187=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABBB is #425444. Grayscale: #B2B2B2. Windows color (decimal): -4346949 or 12299197. OLE color: 12299197.
HSL color Cylindrical-coordinate representation of color #BDABBB: hue angle of 306.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDABBB is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 187 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.26 |
| HSL | 306.67º | 0.12% | 0.71% | - |
| HSV(B) | 306.67º | 0.1% | 0.74% | - |
| XYZ | 44.52 | 43.53 | 53.07 | - |
| YUV | 178.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 187 | 0 | 0.10 | 0.01 | 0.26 | 306.67 | 0.12 | 0.71 |
| Hex | BD | AB | BB | 0 | A | 1 | 1A | 133 | C | 47 |
| Octal | 275 | 253 | 273 | 0 | 12 | 1 | 32 | 463 | 14 | 107 |
| Binary | 10111101 | 10101011 | 10111011 | 0 | 1010 | 1 | 11010 | 100110011 | 1100 | 1000111 |
Color Harmonies of #BDABBB
Complementary color
Monochromatic Colors of #BDABBB
Black with #BDABBB
Text Example
Text Example
White with #BDABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABBB; }
p { color: rgb(189,171,187); }
H1.HeaderClassName
{
color: #BDABBB;
}
.AnyTagClassName
{
color: #BDABBB;
}
</style>
background-color css
<style>
a { background-color: #BDABBB; }
a { background-color: rgb(189,171,187); }
div.DivClassName
{
background-color: #BDABBB;
}
.BgClassName
{
background-color: #BDABBB;
}
</style>
border-color css
<style>
span { border-color: #BDABBB; }
span { border-color: rgb(189,171,187); }
td.TdClassName
{
border-color: #BDABBB;
}
.TagClassName
{
border-color: #BDABBB;
}
</style>