Shades of Pale Leaf #BDC6AD
Tints of Pale Leaf #BDC6AD
RGB
CMYK
RGB Variations
Color information
#BDC6AD (or 0xBDC6AD) is known color: Pale Leaf. HEX triplet: BD, C6 and AD. RGB value is (189,198,173). Sum of RGB (Red+Green+Blue) = 189+198+173=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC6AD is #423952. Grayscale: #C0C0C0. Windows color (decimal): -4340051 or 11388605. OLE color: 11388605.
HSL color Cylindrical-coordinate representation of color #BDC6AD: hue angle of 81.6º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDC6AD is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 173 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.22 |
| HSL | 81.6º | 0.18% | 0.73% | - |
| HSV(B) | 81.6º | 0.13% | 0.78% | - |
| XYZ | 48.72 | 54.22 | 47.43 | - |
| YUV | 192.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 173 | 0.05 | 0 | 0.13 | 0.22 | 81.6 | 0.18 | 0.73 |
| Hex | BD | C6 | AD | 5 | 0 | D | 16 | 52 | 12 | 49 |
| Octal | 275 | 306 | 255 | 5 | 0 | 15 | 26 | 122 | 22 | 111 |
| Binary | 10111101 | 11000110 | 10101101 | 101 | 0 | 1101 | 10110 | 1010010 | 10010 | 1001001 |
Color Harmonies of #BDC6AD
Complementary color
Monochromatic Colors of #BDC6AD
Black with #BDC6AD
Text Example
Text Example
White with #BDC6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6AD; }
p { color: rgb(189,198,173); }
H1.HeaderClassName
{
color: #BDC6AD;
}
.AnyTagClassName
{
color: #BDC6AD;
}
</style>
background-color css
<style>
a { background-color: #BDC6AD; }
a { background-color: rgb(189,198,173); }
div.DivClassName
{
background-color: #BDC6AD;
}
.BgClassName
{
background-color: #BDC6AD;
}
</style>
border-color css
<style>
span { border-color: #BDC6AD; }
span { border-color: rgb(189,198,173); }
td.TdClassName
{
border-color: #BDC6AD;
}
.TagClassName
{
border-color: #BDC6AD;
}
</style>