Shades of Lola #BDB4BF
Tints of Lola #BDB4BF
RGB
CMYK
RGB Variations
Color information
#BDB4BF (or 0xBDB4BF) is known color: Lola. HEX triplet: BD, B4 and BF. RGB value is (189,180,191). Sum of RGB (Red+Green+Blue) = 189+180+191=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 191 - color contains mainly: blue. Hex color #BDB4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB4BF is #424B40. Grayscale: #B7B7B7. Windows color (decimal): -4344641 or 12563645. OLE color: 12563645.
HSL color Cylindrical-coordinate representation of color #BDB4BF: hue angle of 289.09º degrees, saturation: 0.08, 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 #BDB4BF is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 180 | 191 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.25 |
| HSL | 289.09º | 0.08% | 0.73% | - |
| HSV(B) | 289.09º | 0.06% | 0.75% | - |
| XYZ | 46.71 | 47.22 | 55.94 | - |
| YUV | 183.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 191 | 0.01 | 0.06 | 0 | 0.25 | 289.09 | 0.08 | 0.73 |
| Hex | BD | B4 | BF | 1 | 6 | 0 | 19 | 121 | 8 | 49 |
| Octal | 275 | 264 | 277 | 1 | 6 | 0 | 31 | 441 | 10 | 111 |
| Binary | 10111101 | 10110100 | 10111111 | 1 | 110 | 0 | 11001 | 100100001 | 1000 | 1001001 |
Color Harmonies of #BDB4BF
Complementary color
Monochromatic Colors of #BDB4BF
Black with #BDB4BF
Text Example
Text Example
White with #BDB4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4BF; }
p { color: rgb(189,180,191); }
H1.HeaderClassName
{
color: #BDB4BF;
}
.AnyTagClassName
{
color: #BDB4BF;
}
</style>
background-color css
<style>
a { background-color: #BDB4BF; }
a { background-color: rgb(189,180,191); }
div.DivClassName
{
background-color: #BDB4BF;
}
.BgClassName
{
background-color: #BDB4BF;
}
</style>
border-color css
<style>
span { border-color: #BDB4BF; }
span { border-color: rgb(189,180,191); }
td.TdClassName
{
border-color: #BDB4BF;
}
.TagClassName
{
border-color: #BDB4BF;
}
</style>