Shades of Lola #BDB5BE
Tints of Lola #BDB5BE
RGB
CMYK
RGB Variations
Color information
#BDB5BE (or 0xBDB5BE) is known color: Lola. HEX triplet: BD, B5 and BE. RGB value is (189,181,190). Sum of RGB (Red+Green+Blue) = 189+181+190=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDB5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB5BE is #424A41. Grayscale: #B8B8B8. Windows color (decimal): -4344386 or 12498365. OLE color: 12498365.
HSL color Cylindrical-coordinate representation of color #BDB5BE: hue angle of 293.33º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDB5BE is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 181 | 190 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.25 |
| HSL | 293.33º | 0.06% | 0.73% | - |
| HSV(B) | 293.33º | 0.05% | 0.75% | - |
| XYZ | 46.8 | 47.58 | 55.43 | - |
| YUV | 184.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 190 | 0.01 | 0.05 | 0 | 0.25 | 293.33 | 0.06 | 0.73 |
| Hex | BD | B5 | BE | 1 | 5 | 0 | 19 | 125 | 6 | 49 |
| Octal | 275 | 265 | 276 | 1 | 5 | 0 | 31 | 445 | 6 | 111 |
| Binary | 10111101 | 10110101 | 10111110 | 1 | 101 | 0 | 11001 | 100100101 | 110 | 1001001 |
Color Harmonies of #BDB5BE
Complementary color
Monochromatic Colors of #BDB5BE
Black with #BDB5BE
Text Example
Text Example
White with #BDB5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB5BE; }
p { color: rgb(189,181,190); }
H1.HeaderClassName
{
color: #BDB5BE;
}
.AnyTagClassName
{
color: #BDB5BE;
}
</style>
background-color css
<style>
a { background-color: #BDB5BE; }
a { background-color: rgb(189,181,190); }
div.DivClassName
{
background-color: #BDB5BE;
}
.BgClassName
{
background-color: #BDB5BE;
}
</style>
border-color css
<style>
span { border-color: #BDB5BE; }
span { border-color: rgb(189,181,190); }
td.TdClassName
{
border-color: #BDB5BE;
}
.TagClassName
{
border-color: #BDB5BE;
}
</style>