Shades of Pale Leaf #BDC6A3
Tints of Pale Leaf #BDC6A3
RGB
CMYK
RGB Variations
Color information
#BDC6A3 (or 0xBDC6A3) is known color: Pale Leaf. HEX triplet: BD, C6 and A3. RGB value is (189,198,163). Sum of RGB (Red+Green+Blue) = 189+198+163=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 163 (64.06% from 255 or 29.64% from 550); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC6A3 is #42395C. Grayscale: #BFBFBF. Windows color (decimal): -4340061 or 10733245. OLE color: 10733245.
HSL color Cylindrical-coordinate representation of color #BDC6A3: hue angle of 75.43º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDC6A3 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 163 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.22 |
| HSL | 75.43º | 0.23% | 0.71% | - |
| HSV(B) | 75.43º | 0.18% | 0.78% | - |
| XYZ | 47.79 | 53.85 | 42.53 | - |
| YUV | 191.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 163 | 0.05 | 0 | 0.18 | 0.22 | 75.43 | 0.23 | 0.71 |
| Hex | BD | C6 | A3 | 5 | 0 | 12 | 16 | 4B | 17 | 47 |
| Octal | 275 | 306 | 243 | 5 | 0 | 22 | 26 | 113 | 27 | 107 |
| Binary | 10111101 | 11000110 | 10100011 | 101 | 0 | 10010 | 10110 | 1001011 | 10111 | 1000111 |
Color Harmonies of #BDC6A3
Complementary color
Monochromatic Colors of #BDC6A3
Black with #BDC6A3
Text Example
Text Example
White with #BDC6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6A3; }
p { color: rgb(189,198,163); }
H1.HeaderClassName
{
color: #BDC6A3;
}
.AnyTagClassName
{
color: #BDC6A3;
}
</style>
background-color css
<style>
a { background-color: #BDC6A3; }
a { background-color: rgb(189,198,163); }
div.DivClassName
{
background-color: #BDC6A3;
}
.BgClassName
{
background-color: #BDC6A3;
}
</style>
border-color css
<style>
span { border-color: #BDC6A3; }
span { border-color: rgb(189,198,163); }
td.TdClassName
{
border-color: #BDC6A3;
}
.TagClassName
{
border-color: #BDC6A3;
}
</style>