Shades of Pale Leaf #BCCAA3
Tints of Pale Leaf #BCCAA3
RGB
CMYK
RGB Variations
Color information
#BCCAA3 (or 0xBCCAA3) is known color: Pale Leaf. HEX triplet: BC, CA and A3. RGB value is (188,202,163). Sum of RGB (Red+Green+Blue) = 188+202+163=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 163 (64.06% from 255 or 29.48% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCAA3 is #43355C. Grayscale: #C1C1C1. Windows color (decimal): -4404573 or 10734268. OLE color: 10734268.
HSL color Cylindrical-coordinate representation of color #BCCAA3: hue angle of 81.54º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCCAA3 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 163 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.21 |
| HSL | 81.54º | 0.27% | 0.72% | - |
| HSV(B) | 81.54º | 0.19% | 0.79% | - |
| XYZ | 48.47 | 55.58 | 42.82 | - |
| YUV | 193.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 163 | 0.07 | 0 | 0.19 | 0.21 | 81.54 | 0.27 | 0.72 |
| Hex | BC | CA | A3 | 7 | 0 | 13 | 15 | 52 | 1B | 48 |
| Octal | 274 | 312 | 243 | 7 | 0 | 23 | 25 | 122 | 33 | 110 |
| Binary | 10111100 | 11001010 | 10100011 | 111 | 0 | 10011 | 10101 | 1010010 | 11011 | 1001000 |
Color Harmonies of #BCCAA3
Complementary color
Monochromatic Colors of #BCCAA3
Black with #BCCAA3
Text Example
Text Example
White with #BCCAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCAA3; }
p { color: rgb(188,202,163); }
H1.HeaderClassName
{
color: #BCCAA3;
}
.AnyTagClassName
{
color: #BCCAA3;
}
</style>
background-color css
<style>
a { background-color: #BCCAA3; }
a { background-color: rgb(188,202,163); }
div.DivClassName
{
background-color: #BCCAA3;
}
.BgClassName
{
background-color: #BCCAA3;
}
</style>
border-color css
<style>
span { border-color: #BCCAA3; }
span { border-color: rgb(188,202,163); }
td.TdClassName
{
border-color: #BCCAA3;
}
.TagClassName
{
border-color: #BCCAA3;
}
</style>