Shades of Lola #BDB0C0
Tints of Lola #BDB0C0
RGB
CMYK
RGB Variations
Color information
#BDB0C0 (or 0xBDB0C0) is known color: Lola. HEX triplet: BD, B0 and C0. RGB value is (189,176,192). Sum of RGB (Red+Green+Blue) = 189+176+192=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 192 - color contains mainly: blue. Hex color #BDB0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0C0 is #424F3F. Grayscale: #B5B5B5. Windows color (decimal): -4345664 or 12628157. OLE color: 12628157.
HSL color Cylindrical-coordinate representation of color #BDB0C0: hue angle of 288.75º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDB0C0 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 176 | 192 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.25 |
| HSL | 288.75º | 0.11% | 0.72% | - |
| HSV(B) | 288.75º | 0.08% | 0.75% | - |
| XYZ | 46.03 | 45.68 | 56.26 | - |
| YUV | 181.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 192 | 0.02 | 0.08 | 0 | 0.25 | 288.75 | 0.11 | 0.72 |
| Hex | BD | B0 | C0 | 2 | 8 | 0 | 19 | 121 | B | 48 |
| Octal | 275 | 260 | 300 | 2 | 10 | 0 | 31 | 441 | 13 | 110 |
| Binary | 10111101 | 10110000 | 11000000 | 10 | 1000 | 0 | 11001 | 100100001 | 1011 | 1001000 |
Color Harmonies of #BDB0C0
Complementary color
Monochromatic Colors of #BDB0C0
Black with #BDB0C0
Text Example
Text Example
White with #BDB0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0C0; }
p { color: rgb(189,176,192); }
H1.HeaderClassName
{
color: #BDB0C0;
}
.AnyTagClassName
{
color: #BDB0C0;
}
</style>
background-color css
<style>
a { background-color: #BDB0C0; }
a { background-color: rgb(189,176,192); }
div.DivClassName
{
background-color: #BDB0C0;
}
.BgClassName
{
background-color: #BDB0C0;
}
</style>
border-color css
<style>
span { border-color: #BDB0C0; }
span { border-color: rgb(189,176,192); }
td.TdClassName
{
border-color: #BDB0C0;
}
.TagClassName
{
border-color: #BDB0C0;
}
</style>