Shades of Lola #BDBBBD
Tints of Lola #BDBBBD
RGB
CMYK
RGB Variations
Color information
#BDBBBD (or 0xBDBBBD) is known color: Lola. HEX triplet: BD, BB and BD. RGB value is (189,187,189). Sum of RGB (Red+Green+Blue) = 189+187+189=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BDBBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBBD is #424442. Grayscale: #BBBBBB. Windows color (decimal): -4342851 or 12434365. OLE color: 12434365.
HSL color Cylindrical-coordinate representation of color #BDBBBD: hue angle of 300º degrees, saturation: 0.01, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BDBBBD is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 189 | - |
| CMYK | 0 | 0.01 | 0 | 0.26 |
| HSL | 300º | 0.01% | 0.74% | - |
| HSV(B) | 300º | 0.01% | 0.74% | - |
| XYZ | 47.94 | 50.03 | 55.27 | - |
| YUV | 187.83 | 128.66 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 189 | 0 | 0.01 | 0 | 0.26 | 300 | 0.01 | 0.74 |
| Hex | BD | BB | BD | 0 | 1 | 0 | 1A | 12C | 1 | 4A |
| Octal | 275 | 273 | 275 | 0 | 1 | 0 | 32 | 454 | 1 | 112 |
| Binary | 10111101 | 10111011 | 10111101 | 0 | 1 | 0 | 11010 | 100101100 | 1 | 1001010 |
Color Harmonies of #BDBBBD
Complementary color
Monochromatic Colors of #BDBBBD
Black with #BDBBBD
Text Example
Text Example
White with #BDBBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBBD; }
p { color: rgb(189,187,189); }
H1.HeaderClassName
{
color: #BDBBBD;
}
.AnyTagClassName
{
color: #BDBBBD;
}
</style>
background-color css
<style>
a { background-color: #BDBBBD; }
a { background-color: rgb(189,187,189); }
div.DivClassName
{
background-color: #BDBBBD;
}
.BgClassName
{
background-color: #BDBBBD;
}
</style>
border-color css
<style>
span { border-color: #BDBBBD; }
span { border-color: rgb(189,187,189); }
td.TdClassName
{
border-color: #BDBBBD;
}
.TagClassName
{
border-color: #BDBBBD;
}
</style>