Shades of Pale Leaf #BCC6AA
Tints of Pale Leaf #BCC6AA
RGB
CMYK
RGB Variations
Color information
#BCC6AA (or 0xBCC6AA) is known color: Pale Leaf. HEX triplet: BC, C6 and AA. RGB value is (188,198,170). Sum of RGB (Red+Green+Blue) = 188+198+170=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC6AA is #433955. Grayscale: #BFBFBF. Windows color (decimal): -4405590 or 11191996. OLE color: 11191996.
HSL color Cylindrical-coordinate representation of color #BCC6AA: hue angle of 81.43º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCC6AA is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 170 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.22 |
| HSL | 81.43º | 0.2% | 0.72% | - |
| HSV(B) | 81.43º | 0.14% | 0.78% | - |
| XYZ | 48.19 | 53.98 | 45.91 | - |
| YUV | 191.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 170 | 0.05 | 0 | 0.14 | 0.22 | 81.43 | 0.2 | 0.72 |
| Hex | BC | C6 | AA | 5 | 0 | E | 16 | 51 | 14 | 48 |
| Octal | 274 | 306 | 252 | 5 | 0 | 16 | 26 | 121 | 24 | 110 |
| Binary | 10111100 | 11000110 | 10101010 | 101 | 0 | 1110 | 10110 | 1010001 | 10100 | 1001000 |
Color Harmonies of #BCC6AA
Complementary color
Monochromatic Colors of #BCC6AA
Black with #BCC6AA
Text Example
Text Example
White with #BCC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC6AA; }
p { color: rgb(188,198,170); }
H1.HeaderClassName
{
color: #BCC6AA;
}
.AnyTagClassName
{
color: #BCC6AA;
}
</style>
background-color css
<style>
a { background-color: #BCC6AA; }
a { background-color: rgb(188,198,170); }
div.DivClassName
{
background-color: #BCC6AA;
}
.BgClassName
{
background-color: #BCC6AA;
}
</style>
border-color css
<style>
span { border-color: #BCC6AA; }
span { border-color: rgb(188,198,170); }
td.TdClassName
{
border-color: #BCC6AA;
}
.TagClassName
{
border-color: #BCC6AA;
}
</style>