Shades of Pale Leaf #BDC8A7
Tints of Pale Leaf #BDC8A7
RGB
CMYK
RGB Variations
Color information
#BDC8A7 (or 0xBDC8A7) is known color: Pale Leaf. HEX triplet: BD, C8 and A7. RGB value is (189,200,167). Sum of RGB (Red+Green+Blue) = 189+200+167=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 167 (65.62% from 255 or 30.04% from 556); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC8A7 is #423758. Grayscale: #C1C1C1. Windows color (decimal): -4339545 or 10995901. OLE color: 10995901.
HSL color Cylindrical-coordinate representation of color #BDC8A7: hue angle of 80º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDC8A7 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 167 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.22 |
| HSL | 80º | 0.23% | 0.72% | - |
| HSV(B) | 80º | 0.17% | 0.78% | - |
| XYZ | 48.62 | 54.92 | 44.6 | - |
| YUV | 192.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 167 | 0.06 | 0 | 0.16 | 0.22 | 80 | 0.23 | 0.72 |
| Hex | BD | C8 | A7 | 6 | 0 | 10 | 16 | 50 | 17 | 48 |
| Octal | 275 | 310 | 247 | 6 | 0 | 20 | 26 | 120 | 27 | 110 |
| Binary | 10111101 | 11001000 | 10100111 | 110 | 0 | 10000 | 10110 | 1010000 | 10111 | 1001000 |
Color Harmonies of #BDC8A7
Complementary color
Monochromatic Colors of #BDC8A7
Black with #BDC8A7
Text Example
Text Example
White with #BDC8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8A7; }
p { color: rgb(189,200,167); }
H1.HeaderClassName
{
color: #BDC8A7;
}
.AnyTagClassName
{
color: #BDC8A7;
}
</style>
background-color css
<style>
a { background-color: #BDC8A7; }
a { background-color: rgb(189,200,167); }
div.DivClassName
{
background-color: #BDC8A7;
}
.BgClassName
{
background-color: #BDC8A7;
}
</style>
border-color css
<style>
span { border-color: #BDC8A7; }
span { border-color: rgb(189,200,167); }
td.TdClassName
{
border-color: #BDC8A7;
}
.TagClassName
{
border-color: #BDC8A7;
}
</style>