Shades of Lola #BDB8BD
Tints of Lola #BDB8BD
RGB
CMYK
RGB Variations
Color information
#BDB8BD (or 0xBDB8BD) is known color: Lola. HEX triplet: BD, B8 and BD. RGB value is (189,184,189). Sum of RGB (Red+Green+Blue) = 189+184+189=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BDB8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8BD is #424742. Grayscale: #BABABA. Windows color (decimal): -4343619 or 12433597. OLE color: 12433597.
HSL color Cylindrical-coordinate representation of color #BDB8BD: hue angle of 300º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDB8BD is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 189 | - |
| CMYK | 0 | 0.03 | 0 | 0.26 |
| HSL | 300º | 0.04% | 0.73% | - |
| HSV(B) | 300º | 0.03% | 0.74% | - |
| XYZ | 47.31 | 48.77 | 55.06 | - |
| YUV | 186.07 | 129.66 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 189 | 0 | 0.03 | 0 | 0.26 | 300 | 0.04 | 0.73 |
| Hex | BD | B8 | BD | 0 | 3 | 0 | 1A | 12C | 4 | 49 |
| Octal | 275 | 270 | 275 | 0 | 3 | 0 | 32 | 454 | 4 | 111 |
| Binary | 10111101 | 10111000 | 10111101 | 0 | 11 | 0 | 11010 | 100101100 | 100 | 1001001 |
Color Harmonies of #BDB8BD
Complementary color
Monochromatic Colors of #BDB8BD
Black with #BDB8BD
Text Example
Text Example
White with #BDB8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8BD; }
p { color: rgb(189,184,189); }
H1.HeaderClassName
{
color: #BDB8BD;
}
.AnyTagClassName
{
color: #BDB8BD;
}
</style>
background-color css
<style>
a { background-color: #BDB8BD; }
a { background-color: rgb(189,184,189); }
div.DivClassName
{
background-color: #BDB8BD;
}
.BgClassName
{
background-color: #BDB8BD;
}
</style>
border-color css
<style>
span { border-color: #BDB8BD; }
span { border-color: rgb(189,184,189); }
td.TdClassName
{
border-color: #BDB8BD;
}
.TagClassName
{
border-color: #BDB8BD;
}
</style>