Shades of Pale Leaf #BDCBAC
Tints of Pale Leaf #BDCBAC
RGB
CMYK
RGB Variations
Color information
#BDCBAC (or 0xBDCBAC) is known color: Pale Leaf. HEX triplet: BD, CB and AC. RGB value is (189,203,172). Sum of RGB (Red+Green+Blue) = 189+203+172=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCBAC is #423453. Grayscale: #C3C3C3. Windows color (decimal): -4338772 or 11324349. OLE color: 11324349.
HSL color Cylindrical-coordinate representation of color #BDCBAC: hue angle of 87.1º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDCBAC is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 172 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.20 |
| HSL | 87.1º | 0.23% | 0.74% | - |
| HSV(B) | 87.1º | 0.15% | 0.8% | - |
| XYZ | 49.79 | 56.51 | 47.31 | - |
| YUV | 195.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 172 | 0.07 | 0 | 0.15 | 0.20 | 87.1 | 0.23 | 0.74 |
| Hex | BD | CB | AC | 7 | 0 | F | 14 | 57 | 17 | 4A |
| Octal | 275 | 313 | 254 | 7 | 0 | 17 | 24 | 127 | 27 | 112 |
| Binary | 10111101 | 11001011 | 10101100 | 111 | 0 | 1111 | 10100 | 1010111 | 10111 | 1001010 |
Color Harmonies of #BDCBAC
Complementary color
Monochromatic Colors of #BDCBAC
Black with #BDCBAC
Text Example
Text Example
White with #BDCBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCBAC; }
p { color: rgb(189,203,172); }
H1.HeaderClassName
{
color: #BDCBAC;
}
.AnyTagClassName
{
color: #BDCBAC;
}
</style>
background-color css
<style>
a { background-color: #BDCBAC; }
a { background-color: rgb(189,203,172); }
div.DivClassName
{
background-color: #BDCBAC;
}
.BgClassName
{
background-color: #BDCBAC;
}
</style>
border-color css
<style>
span { border-color: #BDCBAC; }
span { border-color: rgb(189,203,172); }
td.TdClassName
{
border-color: #BDCBAC;
}
.TagClassName
{
border-color: #BDCBAC;
}
</style>