Shades of Pale Leaf #BDC6A9
Tints of Pale Leaf #BDC6A9
RGB
CMYK
RGB Variations
Color information
#BDC6A9 (or 0xBDC6A9) is known color: Pale Leaf. HEX triplet: BD, C6 and A9. RGB value is (189,198,169). Sum of RGB (Red+Green+Blue) = 189+198+169=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC6A9 is #423956. Grayscale: #C0C0C0. Windows color (decimal): -4340055 or 11126461. OLE color: 11126461.
HSL color Cylindrical-coordinate representation of color #BDC6A9: hue angle of 78.62º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDC6A9 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 169 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.22 |
| HSL | 78.62º | 0.2% | 0.72% | - |
| HSV(B) | 78.62º | 0.15% | 0.78% | - |
| XYZ | 48.34 | 54.07 | 45.43 | - |
| YUV | 192 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 169 | 0.05 | 0 | 0.15 | 0.22 | 78.62 | 0.2 | 0.72 |
| Hex | BD | C6 | A9 | 5 | 0 | F | 16 | 4F | 14 | 48 |
| Octal | 275 | 306 | 251 | 5 | 0 | 17 | 26 | 117 | 24 | 110 |
| Binary | 10111101 | 11000110 | 10101001 | 101 | 0 | 1111 | 10110 | 1001111 | 10100 | 1001000 |
Color Harmonies of #BDC6A9
Complementary color
Monochromatic Colors of #BDC6A9
Black with #BDC6A9
Text Example
Text Example
White with #BDC6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6A9; }
p { color: rgb(189,198,169); }
H1.HeaderClassName
{
color: #BDC6A9;
}
.AnyTagClassName
{
color: #BDC6A9;
}
</style>
background-color css
<style>
a { background-color: #BDC6A9; }
a { background-color: rgb(189,198,169); }
div.DivClassName
{
background-color: #BDC6A9;
}
.BgClassName
{
background-color: #BDC6A9;
}
</style>
border-color css
<style>
span { border-color: #BDC6A9; }
span { border-color: rgb(189,198,169); }
td.TdClassName
{
border-color: #BDC6A9;
}
.TagClassName
{
border-color: #BDC6A9;
}
</style>