Shades of Lola #BDB0C2
Tints of Lola #BDB0C2
RGB
CMYK
RGB Variations
Color information
#BDB0C2 (or 0xBDB0C2) is known color: Lola. HEX triplet: BD, B0 and C2. RGB value is (189,176,194). Sum of RGB (Red+Green+Blue) = 189+176+194=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 194 - color contains mainly: blue. Hex color #BDB0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0C2 is #424F3D. Grayscale: #B5B5B5. Windows color (decimal): -4345662 or 12759229. OLE color: 12759229.
HSL color Cylindrical-coordinate representation of color #BDB0C2: hue angle of 283.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDB0C2 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 176 | 194 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.24 |
| HSL | 283.33º | 0.13% | 0.73% | - |
| HSV(B) | 283.33º | 0.09% | 0.76% | - |
| XYZ | 46.25 | 45.76 | 57.43 | - |
| YUV | 181.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 194 | 0.03 | 0.09 | 0 | 0.24 | 283.33 | 0.13 | 0.73 |
| Hex | BD | B0 | C2 | 3 | 9 | 0 | 18 | 11B | D | 49 |
| Octal | 275 | 260 | 302 | 3 | 11 | 0 | 30 | 433 | 15 | 111 |
| Binary | 10111101 | 10110000 | 11000010 | 11 | 1001 | 0 | 11000 | 100011011 | 1101 | 1001001 |
Color Harmonies of #BDB0C2
Complementary color
Monochromatic Colors of #BDB0C2
Black with #BDB0C2
Text Example
Text Example
White with #BDB0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0C2; }
p { color: rgb(189,176,194); }
H1.HeaderClassName
{
color: #BDB0C2;
}
.AnyTagClassName
{
color: #BDB0C2;
}
</style>
background-color css
<style>
a { background-color: #BDB0C2; }
a { background-color: rgb(189,176,194); }
div.DivClassName
{
background-color: #BDB0C2;
}
.BgClassName
{
background-color: #BDB0C2;
}
</style>
border-color css
<style>
span { border-color: #BDB0C2; }
span { border-color: rgb(189,176,194); }
td.TdClassName
{
border-color: #BDB0C2;
}
.TagClassName
{
border-color: #BDB0C2;
}
</style>