Shades of Pale Leaf #BDC9A5
Tints of Pale Leaf #BDC9A5
RGB
CMYK
RGB Variations
Color information
#BDC9A5 (or 0xBDC9A5) is known color: Pale Leaf. HEX triplet: BD, C9 and A5. RGB value is (189,201,165). Sum of RGB (Red+Green+Blue) = 189+201+165=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC9A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC9A5 is #42365A. Grayscale: #C1C1C1. Windows color (decimal): -4339291 or 10865085. OLE color: 10865085.
HSL color Cylindrical-coordinate representation of color #BDC9A5: hue angle of 80º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDC9A5 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 165 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.21 |
| HSL | 80º | 0.25% | 0.72% | - |
| HSV(B) | 80º | 0.18% | 0.79% | - |
| XYZ | 48.66 | 55.31 | 43.71 | - |
| YUV | 193.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 165 | 0.06 | 0 | 0.18 | 0.21 | 80 | 0.25 | 0.72 |
| Hex | BD | C9 | A5 | 6 | 0 | 12 | 15 | 50 | 19 | 48 |
| Octal | 275 | 311 | 245 | 6 | 0 | 22 | 25 | 120 | 31 | 110 |
| Binary | 10111101 | 11001001 | 10100101 | 110 | 0 | 10010 | 10101 | 1010000 | 11001 | 1001000 |
Color Harmonies of #BDC9A5
Complementary color
Monochromatic Colors of #BDC9A5
Black with #BDC9A5
Text Example
Text Example
White with #BDC9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9A5; }
p { color: rgb(189,201,165); }
H1.HeaderClassName
{
color: #BDC9A5;
}
.AnyTagClassName
{
color: #BDC9A5;
}
</style>
background-color css
<style>
a { background-color: #BDC9A5; }
a { background-color: rgb(189,201,165); }
div.DivClassName
{
background-color: #BDC9A5;
}
.BgClassName
{
background-color: #BDC9A5;
}
</style>
border-color css
<style>
span { border-color: #BDC9A5; }
span { border-color: rgb(189,201,165); }
td.TdClassName
{
border-color: #BDC9A5;
}
.TagClassName
{
border-color: #BDC9A5;
}
</style>