Shades of Lola #BDB2C0
Tints of Lola #BDB2C0
RGB
CMYK
RGB Variations
Color information
#BDB2C0 (or 0xBDB2C0) is known color: Lola. HEX triplet: BD, B2 and C0. RGB value is (189,178,192). Sum of RGB (Red+Green+Blue) = 189+178+192=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 192 - color contains mainly: blue. Hex color #BDB2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2C0 is #424D3F. Grayscale: #B6B6B6. Windows color (decimal): -4345152 or 12628669. OLE color: 12628669.
HSL color Cylindrical-coordinate representation of color #BDB2C0: hue angle of 287.14º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDB2C0 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 178 | 192 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.25 |
| HSL | 287.14º | 0.1% | 0.73% | - |
| HSV(B) | 287.14º | 0.07% | 0.75% | - |
| XYZ | 46.42 | 46.47 | 56.39 | - |
| YUV | 182.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 192 | 0.02 | 0.07 | 0 | 0.25 | 287.14 | 0.1 | 0.73 |
| Hex | BD | B2 | C0 | 2 | 7 | 0 | 19 | 11F | A | 49 |
| Octal | 275 | 262 | 300 | 2 | 7 | 0 | 31 | 437 | 12 | 111 |
| Binary | 10111101 | 10110010 | 11000000 | 10 | 111 | 0 | 11001 | 100011111 | 1010 | 1001001 |
Color Harmonies of #BDB2C0
Complementary color
Monochromatic Colors of #BDB2C0
Black with #BDB2C0
Text Example
Text Example
White with #BDB2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2C0; }
p { color: rgb(189,178,192); }
H1.HeaderClassName
{
color: #BDB2C0;
}
.AnyTagClassName
{
color: #BDB2C0;
}
</style>
background-color css
<style>
a { background-color: #BDB2C0; }
a { background-color: rgb(189,178,192); }
div.DivClassName
{
background-color: #BDB2C0;
}
.BgClassName
{
background-color: #BDB2C0;
}
</style>
border-color css
<style>
span { border-color: #BDB2C0; }
span { border-color: rgb(189,178,192); }
td.TdClassName
{
border-color: #BDB2C0;
}
.TagClassName
{
border-color: #BDB2C0;
}
</style>