Shades of Pale Leaf #BDC4AF
Tints of Pale Leaf #BDC4AF
RGB
CMYK
RGB Variations
Color information
#BDC4AF (or 0xBDC4AF) is known color: Pale Leaf. HEX triplet: BD, C4 and AF. RGB value is (189,196,175). Sum of RGB (Red+Green+Blue) = 189+196+175=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC4AF is #423B50. Grayscale: #BFBFBF. Windows color (decimal): -4340561 or 11519165. OLE color: 11519165.
HSL color Cylindrical-coordinate representation of color #BDC4AF: hue angle of 80º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDC4AF is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 175 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.23 |
| HSL | 80º | 0.15% | 0.73% | - |
| HSV(B) | 80º | 0.11% | 0.77% | - |
| XYZ | 48.46 | 53.39 | 48.31 | - |
| YUV | 191.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 175 | 0.04 | 0 | 0.11 | 0.23 | 80 | 0.15 | 0.73 |
| Hex | BD | C4 | AF | 4 | 0 | B | 17 | 50 | F | 49 |
| Octal | 275 | 304 | 257 | 4 | 0 | 13 | 27 | 120 | 17 | 111 |
| Binary | 10111101 | 11000100 | 10101111 | 100 | 0 | 1011 | 10111 | 1010000 | 1111 | 1001001 |
Color Harmonies of #BDC4AF
Complementary color
Monochromatic Colors of #BDC4AF
Black with #BDC4AF
Text Example
Text Example
White with #BDC4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4AF; }
p { color: rgb(189,196,175); }
H1.HeaderClassName
{
color: #BDC4AF;
}
.AnyTagClassName
{
color: #BDC4AF;
}
</style>
background-color css
<style>
a { background-color: #BDC4AF; }
a { background-color: rgb(189,196,175); }
div.DivClassName
{
background-color: #BDC4AF;
}
.BgClassName
{
background-color: #BDC4AF;
}
</style>
border-color css
<style>
span { border-color: #BDC4AF; }
span { border-color: rgb(189,196,175); }
td.TdClassName
{
border-color: #BDC4AF;
}
.TagClassName
{
border-color: #BDC4AF;
}
</style>