Shades of Pale Leaf #BDC6A7
Tints of Pale Leaf #BDC6A7
RGB
CMYK
RGB Variations
Color information
#BDC6A7 (or 0xBDC6A7) is known color: Pale Leaf. HEX triplet: BD, C6 and A7. RGB value is (189,198,167). Sum of RGB (Red+Green+Blue) = 189+198+167=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 167 (65.62% from 255 or 30.14% from 554); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC6A7 is #423958. Grayscale: #BFBFBF. Windows color (decimal): -4340057 or 10995389. OLE color: 10995389.
HSL color Cylindrical-coordinate representation of color #BDC6A7: hue angle of 77.42º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDC6A7 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 167 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.22 |
| HSL | 77.42º | 0.21% | 0.72% | - |
| HSV(B) | 77.42º | 0.16% | 0.78% | - |
| XYZ | 48.16 | 54 | 44.44 | - |
| YUV | 191.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 167 | 0.05 | 0 | 0.16 | 0.22 | 77.42 | 0.21 | 0.72 |
| Hex | BD | C6 | A7 | 5 | 0 | 10 | 16 | 4D | 15 | 48 |
| Octal | 275 | 306 | 247 | 5 | 0 | 20 | 26 | 115 | 25 | 110 |
| Binary | 10111101 | 11000110 | 10100111 | 101 | 0 | 10000 | 10110 | 1001101 | 10101 | 1001000 |
Color Harmonies of #BDC6A7
Complementary color
Monochromatic Colors of #BDC6A7
Black with #BDC6A7
Text Example
Text Example
White with #BDC6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6A7; }
p { color: rgb(189,198,167); }
H1.HeaderClassName
{
color: #BDC6A7;
}
.AnyTagClassName
{
color: #BDC6A7;
}
</style>
background-color css
<style>
a { background-color: #BDC6A7; }
a { background-color: rgb(189,198,167); }
div.DivClassName
{
background-color: #BDC6A7;
}
.BgClassName
{
background-color: #BDC6A7;
}
</style>
border-color css
<style>
span { border-color: #BDC6A7; }
span { border-color: rgb(189,198,167); }
td.TdClassName
{
border-color: #BDC6A7;
}
.TagClassName
{
border-color: #BDC6A7;
}
</style>