Shades of Pale Leaf #BDC5B0
Tints of Pale Leaf #BDC5B0
RGB
CMYK
RGB Variations
Color information
#BDC5B0 (or 0xBDC5B0) is known color: Pale Leaf. HEX triplet: BD, C5 and B0. RGB value is (189,197,176). Sum of RGB (Red+Green+Blue) = 189+197+176=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC5B0 is #423A4F. Grayscale: #C0C0C0. Windows color (decimal): -4340304 or 11584957. OLE color: 11584957.
HSL color Cylindrical-coordinate representation of color #BDC5B0: hue angle of 82.86º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDC5B0 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 176 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.23 |
| HSL | 82.86º | 0.15% | 0.73% | - |
| HSV(B) | 82.86º | 0.11% | 0.77% | - |
| XYZ | 48.79 | 53.89 | 48.9 | - |
| YUV | 192.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 176 | 0.04 | 0 | 0.11 | 0.23 | 82.86 | 0.15 | 0.73 |
| Hex | BD | C5 | B0 | 4 | 0 | B | 17 | 53 | F | 49 |
| Octal | 275 | 305 | 260 | 4 | 0 | 13 | 27 | 123 | 17 | 111 |
| Binary | 10111101 | 11000101 | 10110000 | 100 | 0 | 1011 | 10111 | 1010011 | 1111 | 1001001 |
Color Harmonies of #BDC5B0
Complementary color
Monochromatic Colors of #BDC5B0
Black with #BDC5B0
Text Example
Text Example
White with #BDC5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5B0; }
p { color: rgb(189,197,176); }
H1.HeaderClassName
{
color: #BDC5B0;
}
.AnyTagClassName
{
color: #BDC5B0;
}
</style>
background-color css
<style>
a { background-color: #BDC5B0; }
a { background-color: rgb(189,197,176); }
div.DivClassName
{
background-color: #BDC5B0;
}
.BgClassName
{
background-color: #BDC5B0;
}
</style>
border-color css
<style>
span { border-color: #BDC5B0; }
span { border-color: rgb(189,197,176); }
td.TdClassName
{
border-color: #BDC5B0;
}
.TagClassName
{
border-color: #BDC5B0;
}
</style>