Shades of Pale Leaf #BDC7AF
Tints of Pale Leaf #BDC7AF
RGB
CMYK
RGB Variations
Color information
#BDC7AF (or 0xBDC7AF) is known color: Pale Leaf. HEX triplet: BD, C7 and AF. RGB value is (189,199,175). Sum of RGB (Red+Green+Blue) = 189+199+175=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC7AF is #423850. Grayscale: #C1C1C1. Windows color (decimal): -4339793 or 11519933. OLE color: 11519933.
HSL color Cylindrical-coordinate representation of color #BDC7AF: hue angle of 85º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC7AF is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 175 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.22 |
| HSL | 85º | 0.18% | 0.73% | - |
| HSV(B) | 85º | 0.12% | 0.78% | - |
| XYZ | 49.15 | 54.76 | 48.54 | - |
| YUV | 193.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 175 | 0.05 | 0 | 0.12 | 0.22 | 85 | 0.18 | 0.73 |
| Hex | BD | C7 | AF | 5 | 0 | C | 16 | 55 | 12 | 49 |
| Octal | 275 | 307 | 257 | 5 | 0 | 14 | 26 | 125 | 22 | 111 |
| Binary | 10111101 | 11000111 | 10101111 | 101 | 0 | 1100 | 10110 | 1010101 | 10010 | 1001001 |
Color Harmonies of #BDC7AF
Complementary color
Monochromatic Colors of #BDC7AF
Black with #BDC7AF
Text Example
Text Example
White with #BDC7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7AF; }
p { color: rgb(189,199,175); }
H1.HeaderClassName
{
color: #BDC7AF;
}
.AnyTagClassName
{
color: #BDC7AF;
}
</style>
background-color css
<style>
a { background-color: #BDC7AF; }
a { background-color: rgb(189,199,175); }
div.DivClassName
{
background-color: #BDC7AF;
}
.BgClassName
{
background-color: #BDC7AF;
}
</style>
border-color css
<style>
span { border-color: #BDC7AF; }
span { border-color: rgb(189,199,175); }
td.TdClassName
{
border-color: #BDC7AF;
}
.TagClassName
{
border-color: #BDC7AF;
}
</style>