Shades of Lola #BDB3BF
Tints of Lola #BDB3BF
RGB
CMYK
RGB Variations
Color information
#BDB3BF (or 0xBDB3BF) is known color: Lola. HEX triplet: BD, B3 and BF. RGB value is (189,179,191). Sum of RGB (Red+Green+Blue) = 189+179+191=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 191 - color contains mainly: blue. Hex color #BDB3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB3BF is #424C40. Grayscale: #B7B7B7. Windows color (decimal): -4344897 or 12563389. OLE color: 12563389.
HSL color Cylindrical-coordinate representation of color #BDB3BF: hue angle of 290º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDB3BF is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 179 | 191 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.25 |
| HSL | 290º | 0.09% | 0.73% | - |
| HSV(B) | 290º | 0.06% | 0.75% | - |
| XYZ | 46.51 | 46.82 | 55.88 | - |
| YUV | 183.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 191 | 0.01 | 0.06 | 0 | 0.25 | 290 | 0.09 | 0.73 |
| Hex | BD | B3 | BF | 1 | 6 | 0 | 19 | 122 | 9 | 49 |
| Octal | 275 | 263 | 277 | 1 | 6 | 0 | 31 | 442 | 11 | 111 |
| Binary | 10111101 | 10110011 | 10111111 | 1 | 110 | 0 | 11001 | 100100010 | 1001 | 1001001 |
Color Harmonies of #BDB3BF
Complementary color
Monochromatic Colors of #BDB3BF
Black with #BDB3BF
Text Example
Text Example
White with #BDB3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB3BF; }
p { color: rgb(189,179,191); }
H1.HeaderClassName
{
color: #BDB3BF;
}
.AnyTagClassName
{
color: #BDB3BF;
}
</style>
background-color css
<style>
a { background-color: #BDB3BF; }
a { background-color: rgb(189,179,191); }
div.DivClassName
{
background-color: #BDB3BF;
}
.BgClassName
{
background-color: #BDB3BF;
}
</style>
border-color css
<style>
span { border-color: #BDB3BF; }
span { border-color: rgb(189,179,191); }
td.TdClassName
{
border-color: #BDB3BF;
}
.TagClassName
{
border-color: #BDB3BF;
}
</style>