Shades of Lola #BDB6BE
Tints of Lola #BDB6BE
RGB
CMYK
RGB Variations
Color information
#BDB6BE (or 0xBDB6BE) is known color: Lola. HEX triplet: BD, B6 and BE. RGB value is (189,182,190). Sum of RGB (Red+Green+Blue) = 189+182+190=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDB6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6BE is #424941. Grayscale: #B8B8B8. Windows color (decimal): -4344130 or 12498621. OLE color: 12498621.
HSL color Cylindrical-coordinate representation of color #BDB6BE: hue angle of 292.5º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDB6BE is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 189 | 182 | 190 | - |
CMYK | 0.01 | 0.04 | 0 | 0.25 |
HSL | 292.5º | 0.06% | 0.73% | - |
HSV(B) | 292.5º | 0.04% | 0.75% | - |
XYZ | 47.01 | 47.99 | 55.5 | - |
YUV | 185.01 | 130.82 | 130.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 182 | 190 | 0.01 | 0.04 | 0 | 0.25 | 292.5 | 0.06 | 0.73 |
Hex | BD | B6 | BE | 1 | 4 | 0 | 19 | 124 | 6 | 49 |
Octal | 275 | 266 | 276 | 1 | 4 | 0 | 31 | 444 | 6 | 111 |
Binary | 10111101 | 10110110 | 10111110 | 1 | 100 | 0 | 11001 | 100100100 | 110 | 1001001 |
Color Harmonies of #BDB6BE
Complementary color
Monochromatic Colors of #BDB6BE
Black with #BDB6BE
Text Example
Text Example
White with #BDB6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB6BE; }
p { color: rgb(189,182,190); }
H1.HeaderClassName
{
color: #BDB6BE;
}
.AnyTagClassName
{
color: #BDB6BE;
}
</style>
background-color css
<style>
a { background-color: #BDB6BE; }
a { background-color: rgb(189,182,190); }
div.DivClassName
{
background-color: #BDB6BE;
}
.BgClassName
{
background-color: #BDB6BE;
}
</style>
border-color css
<style>
span { border-color: #BDB6BE; }
span { border-color: rgb(189,182,190); }
td.TdClassName
{
border-color: #BDB6BE;
}
.TagClassName
{
border-color: #BDB6BE;
}
</style>