Shades of Pale Leaf #BDCBA5
Tints of Pale Leaf #BDCBA5
RGB
CMYK
RGB Variations
Color information
#BDCBA5 (or 0xBDCBA5) is known color: Pale Leaf. HEX triplet: BD, CB and A5. RGB value is (189,203,165). Sum of RGB (Red+Green+Blue) = 189+203+165=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCBA5 is #42345A. Grayscale: #C2C2C2. Windows color (decimal): -4338779 or 10865597. OLE color: 10865597.
HSL color Cylindrical-coordinate representation of color #BDCBA5: hue angle of 82.11º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDCBA5 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 165 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.20 |
| HSL | 82.11º | 0.27% | 0.72% | - |
| HSV(B) | 82.11º | 0.19% | 0.8% | - |
| XYZ | 49.13 | 56.25 | 43.86 | - |
| YUV | 194.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 165 | 0.07 | 0 | 0.19 | 0.20 | 82.11 | 0.27 | 0.72 |
| Hex | BD | CB | A5 | 7 | 0 | 13 | 14 | 52 | 1B | 48 |
| Octal | 275 | 313 | 245 | 7 | 0 | 23 | 24 | 122 | 33 | 110 |
| Binary | 10111101 | 11001011 | 10100101 | 111 | 0 | 10011 | 10100 | 1010010 | 11011 | 1001000 |
Color Harmonies of #BDCBA5
Complementary color
Monochromatic Colors of #BDCBA5
Black with #BDCBA5
Text Example
Text Example
White with #BDCBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCBA5; }
p { color: rgb(189,203,165); }
H1.HeaderClassName
{
color: #BDCBA5;
}
.AnyTagClassName
{
color: #BDCBA5;
}
</style>
background-color css
<style>
a { background-color: #BDCBA5; }
a { background-color: rgb(189,203,165); }
div.DivClassName
{
background-color: #BDCBA5;
}
.BgClassName
{
background-color: #BDCBA5;
}
</style>
border-color css
<style>
span { border-color: #BDCBA5; }
span { border-color: rgb(189,203,165); }
td.TdClassName
{
border-color: #BDCBA5;
}
.TagClassName
{
border-color: #BDCBA5;
}
</style>