Shades of Pale Leaf #BDCBA7
Tints of Pale Leaf #BDCBA7
RGB
CMYK
RGB Variations
Color information
#BDCBA7 (or 0xBDCBA7) is known color: Pale Leaf. HEX triplet: BD, CB and A7. RGB value is (189,203,167). Sum of RGB (Red+Green+Blue) = 189+203+167=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 167 (65.62% from 255 or 29.87% from 559); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCBA7 is #423458. Grayscale: #C2C2C2. Windows color (decimal): -4338777 or 10996669. OLE color: 10996669.
HSL color Cylindrical-coordinate representation of color #BDCBA7: hue angle of 83.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDCBA7 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 167 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.20 |
| HSL | 83.33º | 0.26% | 0.73% | - |
| HSV(B) | 83.33º | 0.18% | 0.8% | - |
| XYZ | 49.32 | 56.32 | 44.83 | - |
| YUV | 194.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 167 | 0.07 | 0 | 0.18 | 0.20 | 83.33 | 0.26 | 0.73 |
| Hex | BD | CB | A7 | 7 | 0 | 12 | 14 | 53 | 1A | 49 |
| Octal | 275 | 313 | 247 | 7 | 0 | 22 | 24 | 123 | 32 | 111 |
| Binary | 10111101 | 11001011 | 10100111 | 111 | 0 | 10010 | 10100 | 1010011 | 11010 | 1001001 |
Color Harmonies of #BDCBA7
Complementary color
Monochromatic Colors of #BDCBA7
Black with #BDCBA7
Text Example
Text Example
White with #BDCBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCBA7; }
p { color: rgb(189,203,167); }
H1.HeaderClassName
{
color: #BDCBA7;
}
.AnyTagClassName
{
color: #BDCBA7;
}
</style>
background-color css
<style>
a { background-color: #BDCBA7; }
a { background-color: rgb(189,203,167); }
div.DivClassName
{
background-color: #BDCBA7;
}
.BgClassName
{
background-color: #BDCBA7;
}
</style>
border-color css
<style>
span { border-color: #BDCBA7; }
span { border-color: rgb(189,203,167); }
td.TdClassName
{
border-color: #BDCBA7;
}
.TagClassName
{
border-color: #BDCBA7;
}
</style>