Shades of Pale Leaf #BDC7AC
Tints of Pale Leaf #BDC7AC
RGB
CMYK
RGB Variations
Color information
#BDC7AC (or 0xBDC7AC) is known color: Pale Leaf. HEX triplet: BD, C7 and AC. RGB value is (189,199,172). Sum of RGB (Red+Green+Blue) = 189+199+172=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC7AC is #423853. Grayscale: #C1C1C1. Windows color (decimal): -4339796 or 11323325. OLE color: 11323325.
HSL color Cylindrical-coordinate representation of color #BDC7AC: hue angle of 82.22º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC7AC is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 172 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.22 |
| HSL | 82.22º | 0.19% | 0.73% | - |
| HSV(B) | 82.22º | 0.14% | 0.78% | - |
| XYZ | 48.86 | 54.64 | 47 | - |
| YUV | 192.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 172 | 0.05 | 0 | 0.14 | 0.22 | 82.22 | 0.19 | 0.73 |
| Hex | BD | C7 | AC | 5 | 0 | E | 16 | 52 | 13 | 49 |
| Octal | 275 | 307 | 254 | 5 | 0 | 16 | 26 | 122 | 23 | 111 |
| Binary | 10111101 | 11000111 | 10101100 | 101 | 0 | 1110 | 10110 | 1010010 | 10011 | 1001001 |
Color Harmonies of #BDC7AC
Complementary color
Monochromatic Colors of #BDC7AC
Black with #BDC7AC
Text Example
Text Example
White with #BDC7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7AC; }
p { color: rgb(189,199,172); }
H1.HeaderClassName
{
color: #BDC7AC;
}
.AnyTagClassName
{
color: #BDC7AC;
}
</style>
background-color css
<style>
a { background-color: #BDC7AC; }
a { background-color: rgb(189,199,172); }
div.DivClassName
{
background-color: #BDC7AC;
}
.BgClassName
{
background-color: #BDC7AC;
}
</style>
border-color css
<style>
span { border-color: #BDC7AC; }
span { border-color: rgb(189,199,172); }
td.TdClassName
{
border-color: #BDC7AC;
}
.TagClassName
{
border-color: #BDC7AC;
}
</style>