Shades of Pale Leaf #BDC9AE
Tints of Pale Leaf #BDC9AE
RGB
CMYK
RGB Variations
Color information
#BDC9AE (or 0xBDC9AE) is known color: Pale Leaf. HEX triplet: BD, C9 and AE. RGB value is (189,201,174). Sum of RGB (Red+Green+Blue) = 189+201+174=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC9AE is #423651. Grayscale: #C2C2C2. Windows color (decimal): -4339282 or 11454909. OLE color: 11454909.
HSL color Cylindrical-coordinate representation of color #BDC9AE: hue angle of 86.67º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDC9AE is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 174 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.21 |
| HSL | 86.67º | 0.2% | 0.74% | - |
| HSV(B) | 86.67º | 0.13% | 0.79% | - |
| XYZ | 49.51 | 55.65 | 48.18 | - |
| YUV | 194.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 174 | 0.06 | 0 | 0.13 | 0.21 | 86.67 | 0.2 | 0.74 |
| Hex | BD | C9 | AE | 6 | 0 | D | 15 | 57 | 14 | 4A |
| Octal | 275 | 311 | 256 | 6 | 0 | 15 | 25 | 127 | 24 | 112 |
| Binary | 10111101 | 11001001 | 10101110 | 110 | 0 | 1101 | 10101 | 1010111 | 10100 | 1001010 |
Color Harmonies of #BDC9AE
Complementary color
Monochromatic Colors of #BDC9AE
Black with #BDC9AE
Text Example
Text Example
White with #BDC9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9AE; }
p { color: rgb(189,201,174); }
H1.HeaderClassName
{
color: #BDC9AE;
}
.AnyTagClassName
{
color: #BDC9AE;
}
</style>
background-color css
<style>
a { background-color: #BDC9AE; }
a { background-color: rgb(189,201,174); }
div.DivClassName
{
background-color: #BDC9AE;
}
.BgClassName
{
background-color: #BDC9AE;
}
</style>
border-color css
<style>
span { border-color: #BDC9AE; }
span { border-color: rgb(189,201,174); }
td.TdClassName
{
border-color: #BDC9AE;
}
.TagClassName
{
border-color: #BDC9AE;
}
</style>