Shades of Pale Leaf #BDC5AD
Tints of Pale Leaf #BDC5AD
RGB
CMYK
RGB Variations
Color information
#BDC5AD (or 0xBDC5AD) is known color: Pale Leaf. HEX triplet: BD, C5 and AD. RGB value is (189,197,173). Sum of RGB (Red+Green+Blue) = 189+197+173=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC5AD is #423A52. Grayscale: #BFBFBF. Windows color (decimal): -4340307 or 11388349. OLE color: 11388349.
HSL color Cylindrical-coordinate representation of color #BDC5AD: hue angle of 80º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC5AD is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 173 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.23 |
| HSL | 80º | 0.17% | 0.73% | - |
| HSV(B) | 80º | 0.12% | 0.77% | - |
| XYZ | 48.5 | 53.77 | 47.36 | - |
| YUV | 191.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 173 | 0.04 | 0 | 0.12 | 0.23 | 80 | 0.17 | 0.73 |
| Hex | BD | C5 | AD | 4 | 0 | C | 17 | 50 | 11 | 49 |
| Octal | 275 | 305 | 255 | 4 | 0 | 14 | 27 | 120 | 21 | 111 |
| Binary | 10111101 | 11000101 | 10101101 | 100 | 0 | 1100 | 10111 | 1010000 | 10001 | 1001001 |
Color Harmonies of #BDC5AD
Complementary color
Monochromatic Colors of #BDC5AD
Black with #BDC5AD
Text Example
Text Example
White with #BDC5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5AD; }
p { color: rgb(189,197,173); }
H1.HeaderClassName
{
color: #BDC5AD;
}
.AnyTagClassName
{
color: #BDC5AD;
}
</style>
background-color css
<style>
a { background-color: #BDC5AD; }
a { background-color: rgb(189,197,173); }
div.DivClassName
{
background-color: #BDC5AD;
}
.BgClassName
{
background-color: #BDC5AD;
}
</style>
border-color css
<style>
span { border-color: #BDC5AD; }
span { border-color: rgb(189,197,173); }
td.TdClassName
{
border-color: #BDC5AD;
}
.TagClassName
{
border-color: #BDC5AD;
}
</style>