Shades of Pale Leaf #BCC6AC
Tints of Pale Leaf #BCC6AC
RGB
CMYK
RGB Variations
Color information
#BCC6AC (or 0xBCC6AC) is known color: Pale Leaf. HEX triplet: BC, C6 and AC. RGB value is (188,198,172). Sum of RGB (Red+Green+Blue) = 188+198+172=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC6AC is #433953. Grayscale: #C0C0C0. Windows color (decimal): -4405588 or 11323068. OLE color: 11323068.
HSL color Cylindrical-coordinate representation of color #BCC6AC: hue angle of 83.08º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCC6AC is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 172 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.22 |
| HSL | 83.08º | 0.19% | 0.73% | - |
| HSV(B) | 83.08º | 0.13% | 0.78% | - |
| XYZ | 48.38 | 54.06 | 46.91 | - |
| YUV | 192.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 172 | 0.05 | 0 | 0.13 | 0.22 | 83.08 | 0.19 | 0.73 |
| Hex | BC | C6 | AC | 5 | 0 | D | 16 | 53 | 13 | 49 |
| Octal | 274 | 306 | 254 | 5 | 0 | 15 | 26 | 123 | 23 | 111 |
| Binary | 10111100 | 11000110 | 10101100 | 101 | 0 | 1101 | 10110 | 1010011 | 10011 | 1001001 |
Color Harmonies of #BCC6AC
Complementary color
Monochromatic Colors of #BCC6AC
Black with #BCC6AC
Text Example
Text Example
White with #BCC6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC6AC; }
p { color: rgb(188,198,172); }
H1.HeaderClassName
{
color: #BCC6AC;
}
.AnyTagClassName
{
color: #BCC6AC;
}
</style>
background-color css
<style>
a { background-color: #BCC6AC; }
a { background-color: rgb(188,198,172); }
div.DivClassName
{
background-color: #BCC6AC;
}
.BgClassName
{
background-color: #BCC6AC;
}
</style>
border-color css
<style>
span { border-color: #BCC6AC; }
span { border-color: rgb(188,198,172); }
td.TdClassName
{
border-color: #BCC6AC;
}
.TagClassName
{
border-color: #BCC6AC;
}
</style>