Shades of Pale Leaf #BDC6AC
Tints of Pale Leaf #BDC6AC
RGB
CMYK
RGB Variations
Color information
#BDC6AC (or 0xBDC6AC) is known color: Pale Leaf. HEX triplet: BD, C6 and AC. RGB value is (189,198,172). Sum of RGB (Red+Green+Blue) = 189+198+172=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC6AC is #423953. Grayscale: #C0C0C0. Windows color (decimal): -4340052 or 11323069. OLE color: 11323069.
HSL color Cylindrical-coordinate representation of color #BDC6AC: hue angle of 80.77º degrees, saturation: 0.19, 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 #BDC6AC is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 172 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.22 |
| HSL | 80.77º | 0.19% | 0.73% | - |
| HSV(B) | 80.77º | 0.13% | 0.78% | - |
| XYZ | 48.63 | 54.19 | 46.93 | - |
| YUV | 192.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 172 | 0.05 | 0 | 0.13 | 0.22 | 80.77 | 0.19 | 0.73 |
| Hex | BD | C6 | AC | 5 | 0 | D | 16 | 51 | 13 | 49 |
| Octal | 275 | 306 | 254 | 5 | 0 | 15 | 26 | 121 | 23 | 111 |
| Binary | 10111101 | 11000110 | 10101100 | 101 | 0 | 1101 | 10110 | 1010001 | 10011 | 1001001 |
Color Harmonies of #BDC6AC
Complementary color
Monochromatic Colors of #BDC6AC
Black with #BDC6AC
Text Example
Text Example
White with #BDC6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6AC; }
p { color: rgb(189,198,172); }
H1.HeaderClassName
{
color: #BDC6AC;
}
.AnyTagClassName
{
color: #BDC6AC;
}
</style>
background-color css
<style>
a { background-color: #BDC6AC; }
a { background-color: rgb(189,198,172); }
div.DivClassName
{
background-color: #BDC6AC;
}
.BgClassName
{
background-color: #BDC6AC;
}
</style>
border-color css
<style>
span { border-color: #BDC6AC; }
span { border-color: rgb(189,198,172); }
td.TdClassName
{
border-color: #BDC6AC;
}
.TagClassName
{
border-color: #BDC6AC;
}
</style>