Shades of Pale Leaf #BCCAAB
Tints of Pale Leaf #BCCAAB
RGB
CMYK
RGB Variations
Color information
#BCCAAB (or 0xBCCAAB) is known color: Pale Leaf. HEX triplet: BC, CA and AB. RGB value is (188,202,171). Sum of RGB (Red+Green+Blue) = 188+202+171=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCAAB is #433554. Grayscale: #C2C2C2. Windows color (decimal): -4404565 or 11258556. OLE color: 11258556.
HSL color Cylindrical-coordinate representation of color #BCCAAB: hue angle of 87.1º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCCAAB is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 171 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.21 |
| HSL | 87.1º | 0.23% | 0.73% | - |
| HSV(B) | 87.1º | 0.15% | 0.79% | - |
| XYZ | 49.21 | 55.87 | 46.72 | - |
| YUV | 194.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 171 | 0.07 | 0 | 0.15 | 0.21 | 87.1 | 0.23 | 0.73 |
| Hex | BC | CA | AB | 7 | 0 | F | 15 | 57 | 17 | 49 |
| Octal | 274 | 312 | 253 | 7 | 0 | 17 | 25 | 127 | 27 | 111 |
| Binary | 10111100 | 11001010 | 10101011 | 111 | 0 | 1111 | 10101 | 1010111 | 10111 | 1001001 |
Color Harmonies of #BCCAAB
Complementary color
Monochromatic Colors of #BCCAAB
Black with #BCCAAB
Text Example
Text Example
White with #BCCAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCAAB; }
p { color: rgb(188,202,171); }
H1.HeaderClassName
{
color: #BCCAAB;
}
.AnyTagClassName
{
color: #BCCAAB;
}
</style>
background-color css
<style>
a { background-color: #BCCAAB; }
a { background-color: rgb(188,202,171); }
div.DivClassName
{
background-color: #BCCAAB;
}
.BgClassName
{
background-color: #BCCAAB;
}
</style>
border-color css
<style>
span { border-color: #BCCAAB; }
span { border-color: rgb(188,202,171); }
td.TdClassName
{
border-color: #BCCAAB;
}
.TagClassName
{
border-color: #BCCAAB;
}
</style>