Shades of Pale Leaf #BDC3AD
Tints of Pale Leaf #BDC3AD
RGB
CMYK
RGB Variations
Color information
#BDC3AD (or 0xBDC3AD) is known color: Pale Leaf. HEX triplet: BD, C3 and AD. RGB value is (189,195,173). Sum of RGB (Red+Green+Blue) = 189+195+173=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC3AD is #423C52. Grayscale: #BEBEBE. Windows color (decimal): -4340819 or 11387837. OLE color: 11387837.
HSL color Cylindrical-coordinate representation of color #BDC3AD: hue angle of 76.36º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDC3AD is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 173 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.24 |
| HSL | 76.36º | 0.15% | 0.72% | - |
| HSV(B) | 76.36º | 0.11% | 0.76% | - |
| XYZ | 48.04 | 52.87 | 47.21 | - |
| YUV | 190.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 173 | 0.03 | 0 | 0.11 | 0.24 | 76.36 | 0.15 | 0.72 |
| Hex | BD | C3 | AD | 3 | 0 | B | 18 | 4C | F | 48 |
| Octal | 275 | 303 | 255 | 3 | 0 | 13 | 30 | 114 | 17 | 110 |
| Binary | 10111101 | 11000011 | 10101101 | 11 | 0 | 1011 | 11000 | 1001100 | 1111 | 1001000 |
Color Harmonies of #BDC3AD
Complementary color
Monochromatic Colors of #BDC3AD
Black with #BDC3AD
Text Example
Text Example
White with #BDC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3AD; }
p { color: rgb(189,195,173); }
H1.HeaderClassName
{
color: #BDC3AD;
}
.AnyTagClassName
{
color: #BDC3AD;
}
</style>
background-color css
<style>
a { background-color: #BDC3AD; }
a { background-color: rgb(189,195,173); }
div.DivClassName
{
background-color: #BDC3AD;
}
.BgClassName
{
background-color: #BDC3AD;
}
</style>
border-color css
<style>
span { border-color: #BDC3AD; }
span { border-color: rgb(189,195,173); }
td.TdClassName
{
border-color: #BDC3AD;
}
.TagClassName
{
border-color: #BDC3AD;
}
</style>