Shades of Pale Leaf #BDC6A8
Tints of Pale Leaf #BDC6A8
RGB
CMYK
RGB Variations
Color information
#BDC6A8 (or 0xBDC6A8) is known color: Pale Leaf. HEX triplet: BD, C6 and A8. RGB value is (189,198,168). Sum of RGB (Red+Green+Blue) = 189+198+168=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC6A8 is #423957. Grayscale: #BFBFBF. Windows color (decimal): -4340056 or 11060925. OLE color: 11060925.
HSL color Cylindrical-coordinate representation of color #BDC6A8: hue angle of 78º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDC6A8 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 168 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.22 |
| HSL | 78º | 0.21% | 0.72% | - |
| HSV(B) | 78º | 0.15% | 0.78% | - |
| XYZ | 48.25 | 54.03 | 44.93 | - |
| YUV | 191.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 168 | 0.05 | 0 | 0.15 | 0.22 | 78 | 0.21 | 0.72 |
| Hex | BD | C6 | A8 | 5 | 0 | F | 16 | 4E | 15 | 48 |
| Octal | 275 | 306 | 250 | 5 | 0 | 17 | 26 | 116 | 25 | 110 |
| Binary | 10111101 | 11000110 | 10101000 | 101 | 0 | 1111 | 10110 | 1001110 | 10101 | 1001000 |
Color Harmonies of #BDC6A8
Complementary color
Monochromatic Colors of #BDC6A8
Black with #BDC6A8
Text Example
Text Example
White with #BDC6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6A8; }
p { color: rgb(189,198,168); }
H1.HeaderClassName
{
color: #BDC6A8;
}
.AnyTagClassName
{
color: #BDC6A8;
}
</style>
background-color css
<style>
a { background-color: #BDC6A8; }
a { background-color: rgb(189,198,168); }
div.DivClassName
{
background-color: #BDC6A8;
}
.BgClassName
{
background-color: #BDC6A8;
}
</style>
border-color css
<style>
span { border-color: #BDC6A8; }
span { border-color: rgb(189,198,168); }
td.TdClassName
{
border-color: #BDC6A8;
}
.TagClassName
{
border-color: #BDC6A8;
}
</style>