Shades of Lola #BDB8BF
Tints of Lola #BDB8BF
RGB
CMYK
RGB Variations
Color information
#BDB8BF (or 0xBDB8BF) is known color: Lola. HEX triplet: BD, B8 and BF. RGB value is (189,184,191). Sum of RGB (Red+Green+Blue) = 189+184+191=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 191 - color contains mainly: blue. Hex color #BDB8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8BF is #424740. Grayscale: #BABABA. Windows color (decimal): -4343617 or 12564669. OLE color: 12564669.
HSL color Cylindrical-coordinate representation of color #BDB8BF: hue angle of 282.86º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDB8BF is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 184 | 191 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.25 |
| HSL | 282.86º | 0.05% | 0.74% | - |
| HSV(B) | 282.86º | 0.04% | 0.75% | - |
| XYZ | 47.53 | 48.86 | 56.22 | - |
| YUV | 186.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 191 | 0.01 | 0.04 | 0 | 0.25 | 282.86 | 0.05 | 0.74 |
| Hex | BD | B8 | BF | 1 | 4 | 0 | 19 | 11B | 5 | 4A |
| Octal | 275 | 270 | 277 | 1 | 4 | 0 | 31 | 433 | 5 | 112 |
| Binary | 10111101 | 10111000 | 10111111 | 1 | 100 | 0 | 11001 | 100011011 | 101 | 1001010 |
Color Harmonies of #BDB8BF
Complementary color
Monochromatic Colors of #BDB8BF
Black with #BDB8BF
Text Example
Text Example
White with #BDB8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8BF; }
p { color: rgb(189,184,191); }
H1.HeaderClassName
{
color: #BDB8BF;
}
.AnyTagClassName
{
color: #BDB8BF;
}
</style>
background-color css
<style>
a { background-color: #BDB8BF; }
a { background-color: rgb(189,184,191); }
div.DivClassName
{
background-color: #BDB8BF;
}
.BgClassName
{
background-color: #BDB8BF;
}
</style>
border-color css
<style>
span { border-color: #BDB8BF; }
span { border-color: rgb(189,184,191); }
td.TdClassName
{
border-color: #BDB8BF;
}
.TagClassName
{
border-color: #BDB8BF;
}
</style>