Shades of Pale Leaf #BDC4AC
Tints of Pale Leaf #BDC4AC
RGB
CMYK
RGB Variations
Color information
#BDC4AC (or 0xBDC4AC) is known color: Pale Leaf. HEX triplet: BD, C4 and AC. RGB value is (189,196,172). Sum of RGB (Red+Green+Blue) = 189+196+172=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC4AC is #423B53. Grayscale: #BFBFBF. Windows color (decimal): -4340564 or 11322557. OLE color: 11322557.
HSL color Cylindrical-coordinate representation of color #BDC4AC: hue angle of 77.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC4AC is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 172 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.23 |
| HSL | 77.5º | 0.17% | 0.72% | - |
| HSV(B) | 77.5º | 0.12% | 0.77% | - |
| XYZ | 48.17 | 53.28 | 46.77 | - |
| YUV | 191.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 172 | 0.04 | 0 | 0.12 | 0.23 | 77.5 | 0.17 | 0.72 |
| Hex | BD | C4 | AC | 4 | 0 | C | 17 | 4E | 11 | 48 |
| Octal | 275 | 304 | 254 | 4 | 0 | 14 | 27 | 116 | 21 | 110 |
| Binary | 10111101 | 11000100 | 10101100 | 100 | 0 | 1100 | 10111 | 1001110 | 10001 | 1001000 |
Color Harmonies of #BDC4AC
Complementary color
Monochromatic Colors of #BDC4AC
Black with #BDC4AC
Text Example
Text Example
White with #BDC4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4AC; }
p { color: rgb(189,196,172); }
H1.HeaderClassName
{
color: #BDC4AC;
}
.AnyTagClassName
{
color: #BDC4AC;
}
</style>
background-color css
<style>
a { background-color: #BDC4AC; }
a { background-color: rgb(189,196,172); }
div.DivClassName
{
background-color: #BDC4AC;
}
.BgClassName
{
background-color: #BDC4AC;
}
</style>
border-color css
<style>
span { border-color: #BDC4AC; }
span { border-color: rgb(189,196,172); }
td.TdClassName
{
border-color: #BDC4AC;
}
.TagClassName
{
border-color: #BDC4AC;
}
</style>