Shades of Pale Leaf #BDCCA4
Tints of Pale Leaf #BDCCA4
RGB
CMYK
RGB Variations
Color information
#BDCCA4 (or 0xBDCCA4) is known color: Pale Leaf. HEX triplet: BD, CC and A4. RGB value is (189,204,164). Sum of RGB (Red+Green+Blue) = 189+204+164=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 164 (64.45% from 255 or 29.44% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCCA4 is #42335B. Grayscale: #C3C3C3. Windows color (decimal): -4338524 or 10800317. OLE color: 10800317.
HSL color Cylindrical-coordinate representation of color #BDCCA4: hue angle of 82.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDCCA4 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 164 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.2 |
| HSL | 82.5º | 0.28% | 0.72% | - |
| HSV(B) | 82.5º | 0.2% | 0.8% | - |
| XYZ | 49.28 | 56.68 | 43.47 | - |
| YUV | 194.96 | 110.53 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 164 | 0.07 | 0 | 0.20 | 0.2 | 82.5 | 0.28 | 0.72 |
| Hex | BD | CC | A4 | 7 | 0 | 14 | 14 | 52 | 1C | 48 |
| Octal | 275 | 314 | 244 | 7 | 0 | 24 | 24 | 122 | 34 | 110 |
| Binary | 10111101 | 11001100 | 10100100 | 111 | 0 | 10100 | 10100 | 1010010 | 11100 | 1001000 |
Color Harmonies of #BDCCA4
Complementary color
Monochromatic Colors of #BDCCA4
Black with #BDCCA4
Text Example
Text Example
White with #BDCCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCCA4; }
p { color: rgb(189,204,164); }
H1.HeaderClassName
{
color: #BDCCA4;
}
.AnyTagClassName
{
color: #BDCCA4;
}
</style>
background-color css
<style>
a { background-color: #BDCCA4; }
a { background-color: rgb(189,204,164); }
div.DivClassName
{
background-color: #BDCCA4;
}
.BgClassName
{
background-color: #BDCCA4;
}
</style>
border-color css
<style>
span { border-color: #BDCCA4; }
span { border-color: rgb(189,204,164); }
td.TdClassName
{
border-color: #BDCCA4;
}
.TagClassName
{
border-color: #BDCCA4;
}
</style>