Shades of Pale Leaf #BDC9AF
Tints of Pale Leaf #BDC9AF
RGB
CMYK
RGB Variations
Color information
#BDC9AF (or 0xBDC9AF) is known color: Pale Leaf. HEX triplet: BD, C9 and AF. RGB value is (189,201,175). Sum of RGB (Red+Green+Blue) = 189+201+175=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC9AF is #423650. Grayscale: #C2C2C2. Windows color (decimal): -4339281 or 11520445. OLE color: 11520445.
HSL color Cylindrical-coordinate representation of color #BDC9AF: hue angle of 87.69º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDC9AF is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 175 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.21 |
| HSL | 87.69º | 0.19% | 0.74% | - |
| HSV(B) | 87.69º | 0.13% | 0.79% | - |
| XYZ | 49.61 | 55.69 | 48.69 | - |
| YUV | 194.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 175 | 0.06 | 0 | 0.13 | 0.21 | 87.69 | 0.19 | 0.74 |
| Hex | BD | C9 | AF | 6 | 0 | D | 15 | 58 | 13 | 4A |
| Octal | 275 | 311 | 257 | 6 | 0 | 15 | 25 | 130 | 23 | 112 |
| Binary | 10111101 | 11001001 | 10101111 | 110 | 0 | 1101 | 10101 | 1011000 | 10011 | 1001010 |
Color Harmonies of #BDC9AF
Complementary color
Monochromatic Colors of #BDC9AF
Black with #BDC9AF
Text Example
Text Example
White with #BDC9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9AF; }
p { color: rgb(189,201,175); }
H1.HeaderClassName
{
color: #BDC9AF;
}
.AnyTagClassName
{
color: #BDC9AF;
}
</style>
background-color css
<style>
a { background-color: #BDC9AF; }
a { background-color: rgb(189,201,175); }
div.DivClassName
{
background-color: #BDC9AF;
}
.BgClassName
{
background-color: #BDC9AF;
}
</style>
border-color css
<style>
span { border-color: #BDC9AF; }
span { border-color: rgb(189,201,175); }
td.TdClassName
{
border-color: #BDC9AF;
}
.TagClassName
{
border-color: #BDC9AF;
}
</style>