Shades of Pale Leaf #BCC2AD
Tints of Pale Leaf #BCC2AD
RGB
CMYK
RGB Variations
Color information
#BCC2AD (or 0xBCC2AD) is known color: Pale Leaf. HEX triplet: BC, C2 and AD. RGB value is (188,194,173). Sum of RGB (Red+Green+Blue) = 188+194+173=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC2AD is #433D52. Grayscale: #BDBDBD. Windows color (decimal): -4406611 or 11387580. OLE color: 11387580.
HSL color Cylindrical-coordinate representation of color #BCC2AD: hue angle of 77.14º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCC2AD is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 173 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.24 |
| HSL | 77.14º | 0.15% | 0.72% | - |
| HSV(B) | 77.14º | 0.11% | 0.76% | - |
| XYZ | 47.57 | 52.29 | 47.12 | - |
| YUV | 189.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 173 | 0.03 | 0 | 0.11 | 0.24 | 77.14 | 0.15 | 0.72 |
| Hex | BC | C2 | AD | 3 | 0 | B | 18 | 4D | F | 48 |
| Octal | 274 | 302 | 255 | 3 | 0 | 13 | 30 | 115 | 17 | 110 |
| Binary | 10111100 | 11000010 | 10101101 | 11 | 0 | 1011 | 11000 | 1001101 | 1111 | 1001000 |
Color Harmonies of #BCC2AD
Complementary color
Monochromatic Colors of #BCC2AD
Black with #BCC2AD
Text Example
Text Example
White with #BCC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2AD; }
p { color: rgb(188,194,173); }
H1.HeaderClassName
{
color: #BCC2AD;
}
.AnyTagClassName
{
color: #BCC2AD;
}
</style>
background-color css
<style>
a { background-color: #BCC2AD; }
a { background-color: rgb(188,194,173); }
div.DivClassName
{
background-color: #BCC2AD;
}
.BgClassName
{
background-color: #BCC2AD;
}
</style>
border-color css
<style>
span { border-color: #BCC2AD; }
span { border-color: rgb(188,194,173); }
td.TdClassName
{
border-color: #BCC2AD;
}
.TagClassName
{
border-color: #BCC2AD;
}
</style>