Shades of Pale Leaf #BCCAA6
Tints of Pale Leaf #BCCAA6
RGB
CMYK
RGB Variations
Color information
#BCCAA6 (or 0xBCCAA6) is known color: Pale Leaf. HEX triplet: BC, CA and A6. RGB value is (188,202,166). Sum of RGB (Red+Green+Blue) = 188+202+166=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCAA6 is #433559. Grayscale: #C1C1C1. Windows color (decimal): -4404570 or 10930876. OLE color: 10930876.
HSL color Cylindrical-coordinate representation of color #BCCAA6: hue angle of 83.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCCAA6 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 166 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.21 |
| HSL | 83.33º | 0.25% | 0.72% | - |
| HSV(B) | 83.33º | 0.18% | 0.79% | - |
| XYZ | 48.74 | 55.69 | 44.26 | - |
| YUV | 193.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 166 | 0.07 | 0 | 0.18 | 0.21 | 83.33 | 0.25 | 0.72 |
| Hex | BC | CA | A6 | 7 | 0 | 12 | 15 | 53 | 19 | 48 |
| Octal | 274 | 312 | 246 | 7 | 0 | 22 | 25 | 123 | 31 | 110 |
| Binary | 10111100 | 11001010 | 10100110 | 111 | 0 | 10010 | 10101 | 1010011 | 11001 | 1001000 |
Color Harmonies of #BCCAA6
Complementary color
Monochromatic Colors of #BCCAA6
Black with #BCCAA6
Text Example
Text Example
White with #BCCAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCAA6; }
p { color: rgb(188,202,166); }
H1.HeaderClassName
{
color: #BCCAA6;
}
.AnyTagClassName
{
color: #BCCAA6;
}
</style>
background-color css
<style>
a { background-color: #BCCAA6; }
a { background-color: rgb(188,202,166); }
div.DivClassName
{
background-color: #BCCAA6;
}
.BgClassName
{
background-color: #BCCAA6;
}
</style>
border-color css
<style>
span { border-color: #BCCAA6; }
span { border-color: rgb(188,202,166); }
td.TdClassName
{
border-color: #BCCAA6;
}
.TagClassName
{
border-color: #BCCAA6;
}
</style>