Shades of Pale Leaf #BDC5AB
Tints of Pale Leaf #BDC5AB
RGB
CMYK
RGB Variations
Color information
#BDC5AB (or 0xBDC5AB) is known color: Pale Leaf. HEX triplet: BD, C5 and AB. RGB value is (189,197,171). Sum of RGB (Red+Green+Blue) = 189+197+171=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC5AB is #423A54. Grayscale: #BFBFBF. Windows color (decimal): -4340309 or 11257277. OLE color: 11257277.
HSL color Cylindrical-coordinate representation of color #BDC5AB: hue angle of 78.46º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDC5AB is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 171 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.23 |
| HSL | 78.46º | 0.18% | 0.72% | - |
| HSV(B) | 78.46º | 0.13% | 0.77% | - |
| XYZ | 48.3 | 53.69 | 46.35 | - |
| YUV | 191.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 171 | 0.04 | 0 | 0.13 | 0.23 | 78.46 | 0.18 | 0.72 |
| Hex | BD | C5 | AB | 4 | 0 | D | 17 | 4E | 12 | 48 |
| Octal | 275 | 305 | 253 | 4 | 0 | 15 | 27 | 116 | 22 | 110 |
| Binary | 10111101 | 11000101 | 10101011 | 100 | 0 | 1101 | 10111 | 1001110 | 10010 | 1001000 |
Color Harmonies of #BDC5AB
Complementary color
Monochromatic Colors of #BDC5AB
Black with #BDC5AB
Text Example
Text Example
White with #BDC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5AB; }
p { color: rgb(189,197,171); }
H1.HeaderClassName
{
color: #BDC5AB;
}
.AnyTagClassName
{
color: #BDC5AB;
}
</style>
background-color css
<style>
a { background-color: #BDC5AB; }
a { background-color: rgb(189,197,171); }
div.DivClassName
{
background-color: #BDC5AB;
}
.BgClassName
{
background-color: #BDC5AB;
}
</style>
border-color css
<style>
span { border-color: #BDC5AB; }
span { border-color: rgb(189,197,171); }
td.TdClassName
{
border-color: #BDC5AB;
}
.TagClassName
{
border-color: #BDC5AB;
}
</style>