Shades of Lola #BDB3BD
Tints of Lola #BDB3BD
RGB
CMYK
RGB Variations
Color information
#BDB3BD (or 0xBDB3BD) is known color: Lola. HEX triplet: BD, B3 and BD. RGB value is (189,179,189). Sum of RGB (Red+Green+Blue) = 189+179+189=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BDB3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB3BD is #424C42. Grayscale: #B7B7B7. Windows color (decimal): -4344899 or 12432317. OLE color: 12432317.
HSL color Cylindrical-coordinate representation of color #BDB3BD: hue angle of 300º degrees, saturation: 0.07, 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 #BDB3BD is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 189 | - |
| CMYK | 0 | 0.05 | 0 | 0.26 |
| HSL | 300º | 0.07% | 0.72% | - |
| HSV(B) | 300º | 0.05% | 0.74% | - |
| XYZ | 46.29 | 46.73 | 54.72 | - |
| YUV | 183.13 | 131.31 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 189 | 0 | 0.05 | 0 | 0.26 | 300 | 0.07 | 0.72 |
| Hex | BD | B3 | BD | 0 | 5 | 0 | 1A | 12C | 7 | 48 |
| Octal | 275 | 263 | 275 | 0 | 5 | 0 | 32 | 454 | 7 | 110 |
| Binary | 10111101 | 10110011 | 10111101 | 0 | 101 | 0 | 11010 | 100101100 | 111 | 1001000 |
Color Harmonies of #BDB3BD
Complementary color
Monochromatic Colors of #BDB3BD
Black with #BDB3BD
Text Example
Text Example
White with #BDB3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB3BD; }
p { color: rgb(189,179,189); }
H1.HeaderClassName
{
color: #BDB3BD;
}
.AnyTagClassName
{
color: #BDB3BD;
}
</style>
background-color css
<style>
a { background-color: #BDB3BD; }
a { background-color: rgb(189,179,189); }
div.DivClassName
{
background-color: #BDB3BD;
}
.BgClassName
{
background-color: #BDB3BD;
}
</style>
border-color css
<style>
span { border-color: #BDB3BD; }
span { border-color: rgb(189,179,189); }
td.TdClassName
{
border-color: #BDB3BD;
}
.TagClassName
{
border-color: #BDB3BD;
}
</style>