Shades of Lola #BDB3C1
Tints of Lola #BDB3C1
RGB
CMYK
RGB Variations
Color information
#BDB3C1 (or 0xBDB3C1) is known color: Lola. HEX triplet: BD, B3 and C1. RGB value is (189,179,193). Sum of RGB (Red+Green+Blue) = 189+179+193=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDB3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB3C1 is #424C3E. Grayscale: #B7B7B7. Windows color (decimal): -4344895 or 12694461. OLE color: 12694461.
HSL color Cylindrical-coordinate representation of color #BDB3C1: hue angle of 282.86º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDB3C1 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 179 | 193 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.24 |
| HSL | 282.86º | 0.1% | 0.73% | - |
| HSV(B) | 282.86º | 0.07% | 0.76% | - |
| XYZ | 46.73 | 46.91 | 57.04 | - |
| YUV | 183.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 193 | 0.02 | 0.07 | 0 | 0.24 | 282.86 | 0.1 | 0.73 |
| Hex | BD | B3 | C1 | 2 | 7 | 0 | 18 | 11B | A | 49 |
| Octal | 275 | 263 | 301 | 2 | 7 | 0 | 30 | 433 | 12 | 111 |
| Binary | 10111101 | 10110011 | 11000001 | 10 | 111 | 0 | 11000 | 100011011 | 1010 | 1001001 |
Color Harmonies of #BDB3C1
Complementary color
Monochromatic Colors of #BDB3C1
Black with #BDB3C1
Text Example
Text Example
White with #BDB3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB3C1; }
p { color: rgb(189,179,193); }
H1.HeaderClassName
{
color: #BDB3C1;
}
.AnyTagClassName
{
color: #BDB3C1;
}
</style>
background-color css
<style>
a { background-color: #BDB3C1; }
a { background-color: rgb(189,179,193); }
div.DivClassName
{
background-color: #BDB3C1;
}
.BgClassName
{
background-color: #BDB3C1;
}
</style>
border-color css
<style>
span { border-color: #BDB3C1; }
span { border-color: rgb(189,179,193); }
td.TdClassName
{
border-color: #BDB3C1;
}
.TagClassName
{
border-color: #BDB3C1;
}
</style>