Shades of Pale Leaf #BCCAA2
Tints of Pale Leaf #BCCAA2
RGB
CMYK
RGB Variations
Color information
#BCCAA2 (or 0xBCCAA2) is known color: Pale Leaf. HEX triplet: BC, CA and A2. RGB value is (188,202,162). Sum of RGB (Red+Green+Blue) = 188+202+162=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 162 (63.67% from 255 or 29.35% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCAA2 is #43355D. Grayscale: #C1C1C1. Windows color (decimal): -4404574 or 10668732. OLE color: 10668732.
HSL color Cylindrical-coordinate representation of color #BCCAA2: hue angle of 81º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCAA2 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 162 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.21 |
| HSL | 81º | 0.27% | 0.71% | - |
| HSV(B) | 81º | 0.2% | 0.79% | - |
| XYZ | 48.38 | 55.54 | 42.35 | - |
| YUV | 193.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 162 | 0.07 | 0 | 0.20 | 0.21 | 81 | 0.27 | 0.71 |
| Hex | BC | CA | A2 | 7 | 0 | 14 | 15 | 51 | 1B | 47 |
| Octal | 274 | 312 | 242 | 7 | 0 | 24 | 25 | 121 | 33 | 107 |
| Binary | 10111100 | 11001010 | 10100010 | 111 | 0 | 10100 | 10101 | 1010001 | 11011 | 1000111 |
Color Harmonies of #BCCAA2
Complementary color
Monochromatic Colors of #BCCAA2
Black with #BCCAA2
Text Example
Text Example
White with #BCCAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCAA2; }
p { color: rgb(188,202,162); }
H1.HeaderClassName
{
color: #BCCAA2;
}
.AnyTagClassName
{
color: #BCCAA2;
}
</style>
background-color css
<style>
a { background-color: #BCCAA2; }
a { background-color: rgb(188,202,162); }
div.DivClassName
{
background-color: #BCCAA2;
}
.BgClassName
{
background-color: #BCCAA2;
}
</style>
border-color css
<style>
span { border-color: #BCCAA2; }
span { border-color: rgb(188,202,162); }
td.TdClassName
{
border-color: #BCCAA2;
}
.TagClassName
{
border-color: #BCCAA2;
}
</style>