Shades of Pale Leaf #BDC6AF
Tints of Pale Leaf #BDC6AF
RGB
CMYK
RGB Variations
Color information
#BDC6AF (or 0xBDC6AF) is known color: Pale Leaf. HEX triplet: BD, C6 and AF. RGB value is (189,198,175). Sum of RGB (Red+Green+Blue) = 189+198+175=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC6AF is #423950. Grayscale: #C0C0C0. Windows color (decimal): -4340049 or 11519677. OLE color: 11519677.
HSL color Cylindrical-coordinate representation of color #BDC6AF: hue angle of 83.48º degrees, saturation: 0.17, 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 #BDC6AF is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 175 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.22 |
| HSL | 83.48º | 0.17% | 0.73% | - |
| HSV(B) | 83.48º | 0.12% | 0.78% | - |
| XYZ | 48.92 | 54.3 | 48.46 | - |
| YUV | 192.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 175 | 0.05 | 0 | 0.12 | 0.22 | 83.48 | 0.17 | 0.73 |
| Hex | BD | C6 | AF | 5 | 0 | C | 16 | 53 | 11 | 49 |
| Octal | 275 | 306 | 257 | 5 | 0 | 14 | 26 | 123 | 21 | 111 |
| Binary | 10111101 | 11000110 | 10101111 | 101 | 0 | 1100 | 10110 | 1010011 | 10001 | 1001001 |
Color Harmonies of #BDC6AF
Complementary color
Monochromatic Colors of #BDC6AF
Black with #BDC6AF
Text Example
Text Example
White with #BDC6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6AF; }
p { color: rgb(189,198,175); }
H1.HeaderClassName
{
color: #BDC6AF;
}
.AnyTagClassName
{
color: #BDC6AF;
}
</style>
background-color css
<style>
a { background-color: #BDC6AF; }
a { background-color: rgb(189,198,175); }
div.DivClassName
{
background-color: #BDC6AF;
}
.BgClassName
{
background-color: #BDC6AF;
}
</style>
border-color css
<style>
span { border-color: #BDC6AF; }
span { border-color: rgb(189,198,175); }
td.TdClassName
{
border-color: #BDC6AF;
}
.TagClassName
{
border-color: #BDC6AF;
}
</style>