Shades of Pale Leaf #BDC8AF
Tints of Pale Leaf #BDC8AF
RGB
CMYK
RGB Variations
Color information
#BDC8AF (or 0xBDC8AF) is known color: Pale Leaf. HEX triplet: BD, C8 and AF. RGB value is (189,200,175). Sum of RGB (Red+Green+Blue) = 189+200+175=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC8AF is #423750. Grayscale: #C1C1C1. Windows color (decimal): -4339537 or 11520189. OLE color: 11520189.
HSL color Cylindrical-coordinate representation of color #BDC8AF: hue angle of 86.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC8AF is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 175 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.22 |
| HSL | 86.4º | 0.19% | 0.74% | - |
| HSV(B) | 86.4º | 0.13% | 0.78% | - |
| XYZ | 49.38 | 55.22 | 48.61 | - |
| YUV | 193.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 175 | 0.06 | 0 | 0.12 | 0.22 | 86.4 | 0.19 | 0.74 |
| Hex | BD | C8 | AF | 6 | 0 | C | 16 | 56 | 13 | 4A |
| Octal | 275 | 310 | 257 | 6 | 0 | 14 | 26 | 126 | 23 | 112 |
| Binary | 10111101 | 11001000 | 10101111 | 110 | 0 | 1100 | 10110 | 1010110 | 10011 | 1001010 |
Color Harmonies of #BDC8AF
Complementary color
Monochromatic Colors of #BDC8AF
Black with #BDC8AF
Text Example
Text Example
White with #BDC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8AF; }
p { color: rgb(189,200,175); }
H1.HeaderClassName
{
color: #BDC8AF;
}
.AnyTagClassName
{
color: #BDC8AF;
}
</style>
background-color css
<style>
a { background-color: #BDC8AF; }
a { background-color: rgb(189,200,175); }
div.DivClassName
{
background-color: #BDC8AF;
}
.BgClassName
{
background-color: #BDC8AF;
}
</style>
border-color css
<style>
span { border-color: #BDC8AF; }
span { border-color: rgb(189,200,175); }
td.TdClassName
{
border-color: #BDC8AF;
}
.TagClassName
{
border-color: #BDC8AF;
}
</style>