Shades of Lola #BDB6BD
Tints of Lola #BDB6BD
RGB
CMYK
RGB Variations
Color information
#BDB6BD (or 0xBDB6BD) is known color: Lola. HEX triplet: BD, B6 and BD. RGB value is (189,182,189). Sum of RGB (Red+Green+Blue) = 189+182+189=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BDB6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6BD is #424942. Grayscale: #B8B8B8. Windows color (decimal): -4344131 or 12433085. OLE color: 12433085.
HSL color Cylindrical-coordinate representation of color #BDB6BD: hue angle of 300º degrees, saturation: 0.05, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDB6BD is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 182 | 189 | - |
CMYK | 0 | 0.04 | 0 | 0.26 |
HSL | 300º | 0.05% | 0.73% | - |
HSV(B) | 300º | 0.04% | 0.74% | - |
XYZ | 46.9 | 47.95 | 54.93 | - |
YUV | 184.89 | 130.32 | 130.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 182 | 189 | 0 | 0.04 | 0 | 0.26 | 300 | 0.05 | 0.73 |
Hex | BD | B6 | BD | 0 | 4 | 0 | 1A | 12C | 5 | 49 |
Octal | 275 | 266 | 275 | 0 | 4 | 0 | 32 | 454 | 5 | 111 |
Binary | 10111101 | 10110110 | 10111101 | 0 | 100 | 0 | 11010 | 100101100 | 101 | 1001001 |
Color Harmonies of #BDB6BD
Complementary color
Monochromatic Colors of #BDB6BD
Black with #BDB6BD
Text Example
Text Example
White with #BDB6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB6BD; }
p { color: rgb(189,182,189); }
H1.HeaderClassName
{
color: #BDB6BD;
}
.AnyTagClassName
{
color: #BDB6BD;
}
</style>
background-color css
<style>
a { background-color: #BDB6BD; }
a { background-color: rgb(189,182,189); }
div.DivClassName
{
background-color: #BDB6BD;
}
.BgClassName
{
background-color: #BDB6BD;
}
</style>
border-color css
<style>
span { border-color: #BDB6BD; }
span { border-color: rgb(189,182,189); }
td.TdClassName
{
border-color: #BDB6BD;
}
.TagClassName
{
border-color: #BDB6BD;
}
</style>