Shades of Pale Leaf #BDC4AA
Tints of Pale Leaf #BDC4AA
RGB
CMYK
RGB Variations
Color information
#BDC4AA (or 0xBDC4AA) is known color: Pale Leaf. HEX triplet: BD, C4 and AA. RGB value is (189,196,170). Sum of RGB (Red+Green+Blue) = 189+196+170=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC4AA is #423B55. Grayscale: #BFBFBF. Windows color (decimal): -4340566 or 11191485. OLE color: 11191485.
HSL color Cylindrical-coordinate representation of color #BDC4AA: hue angle of 76.15º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDC4AA is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
RGB | 189 | 196 | 170 | - |
CMYK | 0.04 | 0 | 0.13 | 0.23 |
HSL | 76.15º | 0.18% | 0.72% | - |
HSV(B) | 76.15º | 0.13% | 0.77% | - |
XYZ | 47.98 | 53.2 | 45.77 | - |
YUV | 190.94 | 116.18 | 126.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 196 | 170 | 0.04 | 0 | 0.13 | 0.23 | 76.15 | 0.18 | 0.72 |
Hex | BD | C4 | AA | 4 | 0 | D | 17 | 4C | 12 | 48 |
Octal | 275 | 304 | 252 | 4 | 0 | 15 | 27 | 114 | 22 | 110 |
Binary | 10111101 | 11000100 | 10101010 | 100 | 0 | 1101 | 10111 | 1001100 | 10010 | 1001000 |
Color Harmonies of #BDC4AA
Complementary color
Monochromatic Colors of #BDC4AA
Black with #BDC4AA
Text Example
Text Example
White with #BDC4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4AA; }
p { color: rgb(189,196,170); }
H1.HeaderClassName
{
color: #BDC4AA;
}
.AnyTagClassName
{
color: #BDC4AA;
}
</style>
background-color css
<style>
a { background-color: #BDC4AA; }
a { background-color: rgb(189,196,170); }
div.DivClassName
{
background-color: #BDC4AA;
}
.BgClassName
{
background-color: #BDC4AA;
}
</style>
border-color css
<style>
span { border-color: #BDC4AA; }
span { border-color: rgb(189,196,170); }
td.TdClassName
{
border-color: #BDC4AA;
}
.TagClassName
{
border-color: #BDC4AA;
}
</style>