Shades of Pale Leaf #BCC8A9
Tints of Pale Leaf #BCC8A9
RGB
CMYK
RGB Variations
Color information
#BCC8A9 (or 0xBCC8A9) is known color: Pale Leaf. HEX triplet: BC, C8 and A9. RGB value is (188,200,169). Sum of RGB (Red+Green+Blue) = 188+200+169=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC8A9 is #433756. Grayscale: #C0C0C0. Windows color (decimal): -4405079 or 11126972. OLE color: 11126972.
HSL color Cylindrical-coordinate representation of color #BCC8A9: hue angle of 83.23º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC8A9 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 169 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.22 |
| HSL | 83.23º | 0.22% | 0.72% | - |
| HSV(B) | 83.23º | 0.16% | 0.78% | - |
| XYZ | 48.55 | 54.86 | 45.57 | - |
| YUV | 192.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 169 | 0.06 | 0 | 0.16 | 0.22 | 83.23 | 0.22 | 0.72 |
| Hex | BC | C8 | A9 | 6 | 0 | 10 | 16 | 53 | 16 | 48 |
| Octal | 274 | 310 | 251 | 6 | 0 | 20 | 26 | 123 | 26 | 110 |
| Binary | 10111100 | 11001000 | 10101001 | 110 | 0 | 10000 | 10110 | 1010011 | 10110 | 1001000 |
Color Harmonies of #BCC8A9
Complementary color
Monochromatic Colors of #BCC8A9
Black with #BCC8A9
Text Example
Text Example
White with #BCC8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8A9; }
p { color: rgb(188,200,169); }
H1.HeaderClassName
{
color: #BCC8A9;
}
.AnyTagClassName
{
color: #BCC8A9;
}
</style>
background-color css
<style>
a { background-color: #BCC8A9; }
a { background-color: rgb(188,200,169); }
div.DivClassName
{
background-color: #BCC8A9;
}
.BgClassName
{
background-color: #BCC8A9;
}
</style>
border-color css
<style>
span { border-color: #BCC8A9; }
span { border-color: rgb(188,200,169); }
td.TdClassName
{
border-color: #BCC8A9;
}
.TagClassName
{
border-color: #BCC8A9;
}
</style>