Shades of Pale Leaf #BCC8AA
Tints of Pale Leaf #BCC8AA
RGB
CMYK
RGB Variations
Color information
#BCC8AA (or 0xBCC8AA) is known color: Pale Leaf. HEX triplet: BC, C8 and AA. RGB value is (188,200,170). Sum of RGB (Red+Green+Blue) = 188+200+170=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC8AA is #433755. Grayscale: #C1C1C1. Windows color (decimal): -4405078 or 11192508. OLE color: 11192508.
HSL color Cylindrical-coordinate representation of color #BCC8AA: hue angle of 84º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC8AA is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 170 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.22 |
| HSL | 84º | 0.21% | 0.73% | - |
| HSV(B) | 84º | 0.15% | 0.78% | - |
| XYZ | 48.65 | 54.9 | 46.06 | - |
| YUV | 192.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 170 | 0.06 | 0 | 0.15 | 0.22 | 84 | 0.21 | 0.73 |
| Hex | BC | C8 | AA | 6 | 0 | F | 16 | 54 | 15 | 49 |
| Octal | 274 | 310 | 252 | 6 | 0 | 17 | 26 | 124 | 25 | 111 |
| Binary | 10111100 | 11001000 | 10101010 | 110 | 0 | 1111 | 10110 | 1010100 | 10101 | 1001001 |
Color Harmonies of #BCC8AA
Complementary color
Monochromatic Colors of #BCC8AA
Black with #BCC8AA
Text Example
Text Example
White with #BCC8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8AA; }
p { color: rgb(188,200,170); }
H1.HeaderClassName
{
color: #BCC8AA;
}
.AnyTagClassName
{
color: #BCC8AA;
}
</style>
background-color css
<style>
a { background-color: #BCC8AA; }
a { background-color: rgb(188,200,170); }
div.DivClassName
{
background-color: #BCC8AA;
}
.BgClassName
{
background-color: #BCC8AA;
}
</style>
border-color css
<style>
span { border-color: #BCC8AA; }
span { border-color: rgb(188,200,170); }
td.TdClassName
{
border-color: #BCC8AA;
}
.TagClassName
{
border-color: #BCC8AA;
}
</style>