Shades of Pale Leaf #BCC3AA
Tints of Pale Leaf #BCC3AA
RGB
CMYK
RGB Variations
Color information
#BCC3AA (or 0xBCC3AA) is known color: Pale Leaf. HEX triplet: BC, C3 and AA. RGB value is (188,195,170). Sum of RGB (Red+Green+Blue) = 188+195+170=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC3AA is #433C55. Grayscale: #BEBEBE. Windows color (decimal): -4406358 or 11191228. OLE color: 11191228.
HSL color Cylindrical-coordinate representation of color #BCC3AA: hue angle of 76.8º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCC3AA is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 170 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.24 |
| HSL | 76.8º | 0.17% | 0.72% | - |
| HSV(B) | 76.8º | 0.13% | 0.76% | - |
| XYZ | 47.51 | 52.62 | 45.68 | - |
| YUV | 190.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 170 | 0.04 | 0 | 0.13 | 0.24 | 76.8 | 0.17 | 0.72 |
| Hex | BC | C3 | AA | 4 | 0 | D | 18 | 4D | 11 | 48 |
| Octal | 274 | 303 | 252 | 4 | 0 | 15 | 30 | 115 | 21 | 110 |
| Binary | 10111100 | 11000011 | 10101010 | 100 | 0 | 1101 | 11000 | 1001101 | 10001 | 1001000 |
Color Harmonies of #BCC3AA
Complementary color
Monochromatic Colors of #BCC3AA
Black with #BCC3AA
Text Example
Text Example
White with #BCC3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC3AA; }
p { color: rgb(188,195,170); }
H1.HeaderClassName
{
color: #BCC3AA;
}
.AnyTagClassName
{
color: #BCC3AA;
}
</style>
background-color css
<style>
a { background-color: #BCC3AA; }
a { background-color: rgb(188,195,170); }
div.DivClassName
{
background-color: #BCC3AA;
}
.BgClassName
{
background-color: #BCC3AA;
}
</style>
border-color css
<style>
span { border-color: #BCC3AA; }
span { border-color: rgb(188,195,170); }
td.TdClassName
{
border-color: #BCC3AA;
}
.TagClassName
{
border-color: #BCC3AA;
}
</style>