Shades of Pale Leaf #BDCBA1
Tints of Pale Leaf #BDCBA1
RGB
CMYK
RGB Variations
Color information
#BDCBA1 (or 0xBDCBA1) is known color: Pale Leaf. HEX triplet: BD, CB and A1. RGB value is (189,203,161). Sum of RGB (Red+Green+Blue) = 189+203+161=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCBA1 is #42345E. Grayscale: #C2C2C2. Windows color (decimal): -4338783 or 10603453. OLE color: 10603453.
HSL color Cylindrical-coordinate representation of color #BDCBA1: hue angle of 80º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDCBA1 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 161 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.20 |
| HSL | 80º | 0.29% | 0.71% | - |
| HSV(B) | 80º | 0.21% | 0.8% | - |
| XYZ | 48.78 | 56.1 | 41.98 | - |
| YUV | 194.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 161 | 0.07 | 0 | 0.21 | 0.20 | 80 | 0.29 | 0.71 |
| Hex | BD | CB | A1 | 7 | 0 | 15 | 14 | 50 | 1D | 47 |
| Octal | 275 | 313 | 241 | 7 | 0 | 25 | 24 | 120 | 35 | 107 |
| Binary | 10111101 | 11001011 | 10100001 | 111 | 0 | 10101 | 10100 | 1010000 | 11101 | 1000111 |
Color Harmonies of #BDCBA1
Complementary color
Monochromatic Colors of #BDCBA1
Black with #BDCBA1
Text Example
Text Example
White with #BDCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCBA1; }
p { color: rgb(189,203,161); }
H1.HeaderClassName
{
color: #BDCBA1;
}
.AnyTagClassName
{
color: #BDCBA1;
}
</style>
background-color css
<style>
a { background-color: #BDCBA1; }
a { background-color: rgb(189,203,161); }
div.DivClassName
{
background-color: #BDCBA1;
}
.BgClassName
{
background-color: #BDCBA1;
}
</style>
border-color css
<style>
span { border-color: #BDCBA1; }
span { border-color: rgb(189,203,161); }
td.TdClassName
{
border-color: #BDCBA1;
}
.TagClassName
{
border-color: #BDCBA1;
}
</style>