Shades of Lola #BDB9BD
Tints of Lola #BDB9BD
RGB
CMYK
RGB Variations
Color information
#BDB9BD (or 0xBDB9BD) is known color: Lola. HEX triplet: BD, B9 and BD. RGB value is (189,185,189). Sum of RGB (Red+Green+Blue) = 189+185+189=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BDB9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9BD is #424642. Grayscale: #BABABA. Windows color (decimal): -4343363 or 12433853. OLE color: 12433853.
HSL color Cylindrical-coordinate representation of color #BDB9BD: hue angle of 300º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BDB9BD is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 189 | - |
| CMYK | 0 | 0.02 | 0 | 0.26 |
| HSL | 300º | 0.03% | 0.73% | - |
| HSV(B) | 300º | 0.02% | 0.74% | - |
| XYZ | 47.52 | 49.19 | 55.13 | - |
| YUV | 186.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 189 | 0 | 0.02 | 0 | 0.26 | 300 | 0.03 | 0.73 |
| Hex | BD | B9 | BD | 0 | 2 | 0 | 1A | 12C | 3 | 49 |
| Octal | 275 | 271 | 275 | 0 | 2 | 0 | 32 | 454 | 3 | 111 |
| Binary | 10111101 | 10111001 | 10111101 | 0 | 10 | 0 | 11010 | 100101100 | 11 | 1001001 |
Color Harmonies of #BDB9BD
Complementary color
Monochromatic Colors of #BDB9BD
Black with #BDB9BD
Text Example
Text Example
White with #BDB9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB9BD; }
p { color: rgb(189,185,189); }
H1.HeaderClassName
{
color: #BDB9BD;
}
.AnyTagClassName
{
color: #BDB9BD;
}
</style>
background-color css
<style>
a { background-color: #BDB9BD; }
a { background-color: rgb(189,185,189); }
div.DivClassName
{
background-color: #BDB9BD;
}
.BgClassName
{
background-color: #BDB9BD;
}
</style>
border-color css
<style>
span { border-color: #BDB9BD; }
span { border-color: rgb(189,185,189); }
td.TdClassName
{
border-color: #BDB9BD;
}
.TagClassName
{
border-color: #BDB9BD;
}
</style>