Shades of Pale Leaf #BDC6AB
Tints of Pale Leaf #BDC6AB
RGB
CMYK
RGB Variations
Color information
#BDC6AB (or 0xBDC6AB) is known color: Pale Leaf. HEX triplet: BD, C6 and AB. RGB value is (189,198,171). Sum of RGB (Red+Green+Blue) = 189+198+171=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC6AB is #423954. Grayscale: #C0C0C0. Windows color (decimal): -4340053 or 11257533. OLE color: 11257533.
HSL color Cylindrical-coordinate representation of color #BDC6AB: hue angle of 80º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC6AB is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 171 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.22 |
| HSL | 80º | 0.19% | 0.72% | - |
| HSV(B) | 80º | 0.14% | 0.78% | - |
| XYZ | 48.53 | 54.15 | 46.42 | - |
| YUV | 192.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 171 | 0.05 | 0 | 0.14 | 0.22 | 80 | 0.19 | 0.72 |
| Hex | BD | C6 | AB | 5 | 0 | E | 16 | 50 | 13 | 48 |
| Octal | 275 | 306 | 253 | 5 | 0 | 16 | 26 | 120 | 23 | 110 |
| Binary | 10111101 | 11000110 | 10101011 | 101 | 0 | 1110 | 10110 | 1010000 | 10011 | 1001000 |
Color Harmonies of #BDC6AB
Complementary color
Monochromatic Colors of #BDC6AB
Black with #BDC6AB
Text Example
Text Example
White with #BDC6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6AB; }
p { color: rgb(189,198,171); }
H1.HeaderClassName
{
color: #BDC6AB;
}
.AnyTagClassName
{
color: #BDC6AB;
}
</style>
background-color css
<style>
a { background-color: #BDC6AB; }
a { background-color: rgb(189,198,171); }
div.DivClassName
{
background-color: #BDC6AB;
}
.BgClassName
{
background-color: #BDC6AB;
}
</style>
border-color css
<style>
span { border-color: #BDC6AB; }
span { border-color: rgb(189,198,171); }
td.TdClassName
{
border-color: #BDC6AB;
}
.TagClassName
{
border-color: #BDC6AB;
}
</style>