Shades of Pale Leaf #BDC5AA
Tints of Pale Leaf #BDC5AA
RGB
CMYK
RGB Variations
Color information
#BDC5AA (or 0xBDC5AA) is known color: Pale Leaf. HEX triplet: BD, C5 and AA. RGB value is (189,197,170). Sum of RGB (Red+Green+Blue) = 189+197+170=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC5AA is #423A55. Grayscale: #BFBFBF. Windows color (decimal): -4340310 or 11191741. OLE color: 11191741.
HSL color Cylindrical-coordinate representation of color #BDC5AA: hue angle of 77.78º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC5AA is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 170 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.23 |
| HSL | 77.78º | 0.19% | 0.72% | - |
| HSV(B) | 77.78º | 0.14% | 0.77% | - |
| XYZ | 48.21 | 53.65 | 45.85 | - |
| YUV | 191.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 170 | 0.04 | 0 | 0.14 | 0.23 | 77.78 | 0.19 | 0.72 |
| Hex | BD | C5 | AA | 4 | 0 | E | 17 | 4E | 13 | 48 |
| Octal | 275 | 305 | 252 | 4 | 0 | 16 | 27 | 116 | 23 | 110 |
| Binary | 10111101 | 11000101 | 10101010 | 100 | 0 | 1110 | 10111 | 1001110 | 10011 | 1001000 |
Color Harmonies of #BDC5AA
Complementary color
Monochromatic Colors of #BDC5AA
Black with #BDC5AA
Text Example
Text Example
White with #BDC5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5AA; }
p { color: rgb(189,197,170); }
H1.HeaderClassName
{
color: #BDC5AA;
}
.AnyTagClassName
{
color: #BDC5AA;
}
</style>
background-color css
<style>
a { background-color: #BDC5AA; }
a { background-color: rgb(189,197,170); }
div.DivClassName
{
background-color: #BDC5AA;
}
.BgClassName
{
background-color: #BDC5AA;
}
</style>
border-color css
<style>
span { border-color: #BDC5AA; }
span { border-color: rgb(189,197,170); }
td.TdClassName
{
border-color: #BDC5AA;
}
.TagClassName
{
border-color: #BDC5AA;
}
</style>