Shades of Lola #BDB4BD
Tints of Lola #BDB4BD
RGB
CMYK
RGB Variations
Color information
#BDB4BD (or 0xBDB4BD) is known color: Lola. HEX triplet: BD, B4 and BD. RGB value is (189,180,189). Sum of RGB (Red+Green+Blue) = 189+180+189=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BDB4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB4BD is #424B42. Grayscale: #B7B7B7. Windows color (decimal): -4344643 or 12432573. OLE color: 12432573.
HSL color Cylindrical-coordinate representation of color #BDB4BD: hue angle of 300º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDB4BD is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 189 | - |
| CMYK | 0 | 0.05 | 0 | 0.26 |
| HSL | 300º | 0.06% | 0.72% | - |
| HSV(B) | 300º | 0.05% | 0.74% | - |
| XYZ | 46.49 | 47.14 | 54.79 | - |
| YUV | 183.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 189 | 0 | 0.05 | 0 | 0.26 | 300 | 0.06 | 0.72 |
| Hex | BD | B4 | BD | 0 | 5 | 0 | 1A | 12C | 6 | 48 |
| Octal | 275 | 264 | 275 | 0 | 5 | 0 | 32 | 454 | 6 | 110 |
| Binary | 10111101 | 10110100 | 10111101 | 0 | 101 | 0 | 11010 | 100101100 | 110 | 1001000 |
Color Harmonies of #BDB4BD
Complementary color
Monochromatic Colors of #BDB4BD
Black with #BDB4BD
Text Example
Text Example
White with #BDB4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4BD; }
p { color: rgb(189,180,189); }
H1.HeaderClassName
{
color: #BDB4BD;
}
.AnyTagClassName
{
color: #BDB4BD;
}
</style>
background-color css
<style>
a { background-color: #BDB4BD; }
a { background-color: rgb(189,180,189); }
div.DivClassName
{
background-color: #BDB4BD;
}
.BgClassName
{
background-color: #BDB4BD;
}
</style>
border-color css
<style>
span { border-color: #BDB4BD; }
span { border-color: rgb(189,180,189); }
td.TdClassName
{
border-color: #BDB4BD;
}
.TagClassName
{
border-color: #BDB4BD;
}
</style>