Shades of Lola #BDB0BD
Tints of Lola #BDB0BD
RGB
CMYK
RGB Variations
Color information
#BDB0BD (or 0xBDB0BD) is known color: Lola. HEX triplet: BD, B0 and BD. RGB value is (189,176,189). Sum of RGB (Red+Green+Blue) = 189+176+189=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BDB0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0BD is #424F42. Grayscale: #B5B5B5. Windows color (decimal): -4345667 or 12431549. OLE color: 12431549.
HSL color Cylindrical-coordinate representation of color #BDB0BD: hue angle of 300º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDB0BD is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 189 | - |
| CMYK | 0 | 0.07 | 0 | 0.26 |
| HSL | 300º | 0.09% | 0.72% | - |
| HSV(B) | 300º | 0.07% | 0.74% | - |
| XYZ | 45.7 | 45.54 | 54.53 | - |
| YUV | 181.37 | 132.31 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 189 | 0 | 0.07 | 0 | 0.26 | 300 | 0.09 | 0.72 |
| Hex | BD | B0 | BD | 0 | 7 | 0 | 1A | 12C | 9 | 48 |
| Octal | 275 | 260 | 275 | 0 | 7 | 0 | 32 | 454 | 11 | 110 |
| Binary | 10111101 | 10110000 | 10111101 | 0 | 111 | 0 | 11010 | 100101100 | 1001 | 1001000 |
Color Harmonies of #BDB0BD
Complementary color
Monochromatic Colors of #BDB0BD
Black with #BDB0BD
Text Example
Text Example
White with #BDB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0BD; }
p { color: rgb(189,176,189); }
H1.HeaderClassName
{
color: #BDB0BD;
}
.AnyTagClassName
{
color: #BDB0BD;
}
</style>
background-color css
<style>
a { background-color: #BDB0BD; }
a { background-color: rgb(189,176,189); }
div.DivClassName
{
background-color: #BDB0BD;
}
.BgClassName
{
background-color: #BDB0BD;
}
</style>
border-color css
<style>
span { border-color: #BDB0BD; }
span { border-color: rgb(189,176,189); }
td.TdClassName
{
border-color: #BDB0BD;
}
.TagClassName
{
border-color: #BDB0BD;
}
</style>