Shades of Pale Leaf #BCC7AC
Tints of Pale Leaf #BCC7AC
RGB
CMYK
RGB Variations
Color information
#BCC7AC (or 0xBCC7AC) is known color: Pale Leaf. HEX triplet: BC, C7 and AC. RGB value is (188,199,172). Sum of RGB (Red+Green+Blue) = 188+199+172=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC7AC is #433853. Grayscale: #C0C0C0. Windows color (decimal): -4405332 or 11323324. OLE color: 11323324.
HSL color Cylindrical-coordinate representation of color #BCC7AC: hue angle of 84.44º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCC7AC is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 172 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.22 |
| HSL | 84.44º | 0.19% | 0.73% | - |
| HSV(B) | 84.44º | 0.14% | 0.78% | - |
| XYZ | 48.61 | 54.52 | 46.99 | - |
| YUV | 192.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 172 | 0.06 | 0 | 0.14 | 0.22 | 84.44 | 0.19 | 0.73 |
| Hex | BC | C7 | AC | 6 | 0 | E | 16 | 54 | 13 | 49 |
| Octal | 274 | 307 | 254 | 6 | 0 | 16 | 26 | 124 | 23 | 111 |
| Binary | 10111100 | 11000111 | 10101100 | 110 | 0 | 1110 | 10110 | 1010100 | 10011 | 1001001 |
Color Harmonies of #BCC7AC
Complementary color
Monochromatic Colors of #BCC7AC
Black with #BCC7AC
Text Example
Text Example
White with #BCC7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7AC; }
p { color: rgb(188,199,172); }
H1.HeaderClassName
{
color: #BCC7AC;
}
.AnyTagClassName
{
color: #BCC7AC;
}
</style>
background-color css
<style>
a { background-color: #BCC7AC; }
a { background-color: rgb(188,199,172); }
div.DivClassName
{
background-color: #BCC7AC;
}
.BgClassName
{
background-color: #BCC7AC;
}
</style>
border-color css
<style>
span { border-color: #BCC7AC; }
span { border-color: rgb(188,199,172); }
td.TdClassName
{
border-color: #BCC7AC;
}
.TagClassName
{
border-color: #BCC7AC;
}
</style>