Shades of Lola #BDB0C1
Tints of Lola #BDB0C1
RGB
CMYK
RGB Variations
Color information
#BDB0C1 (or 0xBDB0C1) is known color: Lola. HEX triplet: BD, B0 and C1. RGB value is (189,176,193). Sum of RGB (Red+Green+Blue) = 189+176+193=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDB0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0C1 is #424F3E. Grayscale: #B5B5B5. Windows color (decimal): -4345663 or 12693693. OLE color: 12693693.
HSL color Cylindrical-coordinate representation of color #BDB0C1: hue angle of 285.88º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDB0C1 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 176 | 193 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.24 |
| HSL | 285.88º | 0.12% | 0.72% | - |
| HSV(B) | 285.88º | 0.09% | 0.76% | - |
| XYZ | 46.14 | 45.72 | 56.85 | - |
| YUV | 181.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 193 | 0.02 | 0.09 | 0 | 0.24 | 285.88 | 0.12 | 0.72 |
| Hex | BD | B0 | C1 | 2 | 9 | 0 | 18 | 11E | C | 48 |
| Octal | 275 | 260 | 301 | 2 | 11 | 0 | 30 | 436 | 14 | 110 |
| Binary | 10111101 | 10110000 | 11000001 | 10 | 1001 | 0 | 11000 | 100011110 | 1100 | 1001000 |
Color Harmonies of #BDB0C1
Complementary color
Monochromatic Colors of #BDB0C1
Black with #BDB0C1
Text Example
Text Example
White with #BDB0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0C1; }
p { color: rgb(189,176,193); }
H1.HeaderClassName
{
color: #BDB0C1;
}
.AnyTagClassName
{
color: #BDB0C1;
}
</style>
background-color css
<style>
a { background-color: #BDB0C1; }
a { background-color: rgb(189,176,193); }
div.DivClassName
{
background-color: #BDB0C1;
}
.BgClassName
{
background-color: #BDB0C1;
}
</style>
border-color css
<style>
span { border-color: #BDB0C1; }
span { border-color: rgb(189,176,193); }
td.TdClassName
{
border-color: #BDB0C1;
}
.TagClassName
{
border-color: #BDB0C1;
}
</style>