Shades of Lola #BDB2BF
Tints of Lola #BDB2BF
RGB
CMYK
RGB Variations
Color information
#BDB2BF (or 0xBDB2BF) is known color: Lola. HEX triplet: BD, B2 and BF. RGB value is (189,178,191). Sum of RGB (Red+Green+Blue) = 189+178+191=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 191 - color contains mainly: blue. Hex color #BDB2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2BF is #424D40. Grayscale: #B6B6B6. Windows color (decimal): -4345153 or 12563133. OLE color: 12563133.
HSL color Cylindrical-coordinate representation of color #BDB2BF: hue angle of 290.77º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDB2BF is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 178 | 191 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.25 |
| HSL | 290.77º | 0.09% | 0.72% | - |
| HSV(B) | 290.77º | 0.07% | 0.75% | - |
| XYZ | 46.31 | 46.42 | 55.81 | - |
| YUV | 182.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 191 | 0.01 | 0.07 | 0 | 0.25 | 290.77 | 0.09 | 0.72 |
| Hex | BD | B2 | BF | 1 | 7 | 0 | 19 | 123 | 9 | 48 |
| Octal | 275 | 262 | 277 | 1 | 7 | 0 | 31 | 443 | 11 | 110 |
| Binary | 10111101 | 10110010 | 10111111 | 1 | 111 | 0 | 11001 | 100100011 | 1001 | 1001000 |
Color Harmonies of #BDB2BF
Complementary color
Monochromatic Colors of #BDB2BF
Black with #BDB2BF
Text Example
Text Example
White with #BDB2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2BF; }
p { color: rgb(189,178,191); }
H1.HeaderClassName
{
color: #BDB2BF;
}
.AnyTagClassName
{
color: #BDB2BF;
}
</style>
background-color css
<style>
a { background-color: #BDB2BF; }
a { background-color: rgb(189,178,191); }
div.DivClassName
{
background-color: #BDB2BF;
}
.BgClassName
{
background-color: #BDB2BF;
}
</style>
border-color css
<style>
span { border-color: #BDB2BF; }
span { border-color: rgb(189,178,191); }
td.TdClassName
{
border-color: #BDB2BF;
}
.TagClassName
{
border-color: #BDB2BF;
}
</style>