Shades of Pale Leaf #BDC8AE
Tints of Pale Leaf #BDC8AE
RGB
CMYK
RGB Variations
Color information
#BDC8AE (or 0xBDC8AE) is known color: Pale Leaf. HEX triplet: BD, C8 and AE. RGB value is (189,200,174). Sum of RGB (Red+Green+Blue) = 189+200+174=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC8AE is #423751. Grayscale: #C1C1C1. Windows color (decimal): -4339538 or 11454653. OLE color: 11454653.
HSL color Cylindrical-coordinate representation of color #BDC8AE: hue angle of 85.38º 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 #BDC8AE is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 174 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.22 |
| HSL | 85.38º | 0.19% | 0.73% | - |
| HSV(B) | 85.38º | 0.13% | 0.78% | - |
| XYZ | 49.28 | 55.18 | 48.1 | - |
| YUV | 193.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 174 | 0.06 | 0 | 0.13 | 0.22 | 85.38 | 0.19 | 0.73 |
| Hex | BD | C8 | AE | 6 | 0 | D | 16 | 55 | 13 | 49 |
| Octal | 275 | 310 | 256 | 6 | 0 | 15 | 26 | 125 | 23 | 111 |
| Binary | 10111101 | 11001000 | 10101110 | 110 | 0 | 1101 | 10110 | 1010101 | 10011 | 1001001 |
Color Harmonies of #BDC8AE
Complementary color
Monochromatic Colors of #BDC8AE
Black with #BDC8AE
Text Example
Text Example
White with #BDC8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8AE; }
p { color: rgb(189,200,174); }
H1.HeaderClassName
{
color: #BDC8AE;
}
.AnyTagClassName
{
color: #BDC8AE;
}
</style>
background-color css
<style>
a { background-color: #BDC8AE; }
a { background-color: rgb(189,200,174); }
div.DivClassName
{
background-color: #BDC8AE;
}
.BgClassName
{
background-color: #BDC8AE;
}
</style>
border-color css
<style>
span { border-color: #BDC8AE; }
span { border-color: rgb(189,200,174); }
td.TdClassName
{
border-color: #BDC8AE;
}
.TagClassName
{
border-color: #BDC8AE;
}
</style>