Shades of Pale Leaf #BDC3AF
Tints of Pale Leaf #BDC3AF
RGB
CMYK
RGB Variations
Color information
#BDC3AF (or 0xBDC3AF) is known color: Pale Leaf. HEX triplet: BD, C3 and AF. RGB value is (189,195,175). Sum of RGB (Red+Green+Blue) = 189+195+175=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC3AF is #423C50. Grayscale: #BFBFBF. Windows color (decimal): -4340817 or 11518909. OLE color: 11518909.
HSL color Cylindrical-coordinate representation of color #BDC3AF: hue angle of 78º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDC3AF is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 175 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.24 |
| HSL | 78º | 0.14% | 0.73% | - |
| HSV(B) | 78º | 0.1% | 0.76% | - |
| XYZ | 48.24 | 52.94 | 48.23 | - |
| YUV | 190.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 175 | 0.03 | 0 | 0.10 | 0.24 | 78 | 0.14 | 0.73 |
| Hex | BD | C3 | AF | 3 | 0 | A | 18 | 4E | E | 49 |
| Octal | 275 | 303 | 257 | 3 | 0 | 12 | 30 | 116 | 16 | 111 |
| Binary | 10111101 | 11000011 | 10101111 | 11 | 0 | 1010 | 11000 | 1001110 | 1110 | 1001001 |
Color Harmonies of #BDC3AF
Complementary color
Monochromatic Colors of #BDC3AF
Black with #BDC3AF
Text Example
Text Example
White with #BDC3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3AF; }
p { color: rgb(189,195,175); }
H1.HeaderClassName
{
color: #BDC3AF;
}
.AnyTagClassName
{
color: #BDC3AF;
}
</style>
background-color css
<style>
a { background-color: #BDC3AF; }
a { background-color: rgb(189,195,175); }
div.DivClassName
{
background-color: #BDC3AF;
}
.BgClassName
{
background-color: #BDC3AF;
}
</style>
border-color css
<style>
span { border-color: #BDC3AF; }
span { border-color: rgb(189,195,175); }
td.TdClassName
{
border-color: #BDC3AF;
}
.TagClassName
{
border-color: #BDC3AF;
}
</style>