Shades of Pale Leaf #BCCBA3
Tints of Pale Leaf #BCCBA3
RGB
CMYK
RGB Variations
Color information
#BCCBA3 (or 0xBCCBA3) is known color: Pale Leaf. HEX triplet: BC, CB and A3. RGB value is (188,203,163). Sum of RGB (Red+Green+Blue) = 188+203+163=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 163 (64.06% from 255 or 29.42% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCBA3 is #43345C. Grayscale: #C2C2C2. Windows color (decimal): -4404317 or 10734524. OLE color: 10734524.
HSL color Cylindrical-coordinate representation of color #BCCBA3: hue angle of 82.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCBA3 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 163 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.20 |
| HSL | 82.5º | 0.28% | 0.72% | - |
| HSV(B) | 82.5º | 0.2% | 0.8% | - |
| XYZ | 48.71 | 56.05 | 42.9 | - |
| YUV | 193.96 | 110.53 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 163 | 0.07 | 0 | 0.20 | 0.20 | 82.5 | 0.28 | 0.72 |
| Hex | BC | CB | A3 | 7 | 0 | 14 | 14 | 52 | 1C | 48 |
| Octal | 274 | 313 | 243 | 7 | 0 | 24 | 24 | 122 | 34 | 110 |
| Binary | 10111100 | 11001011 | 10100011 | 111 | 0 | 10100 | 10100 | 1010010 | 11100 | 1001000 |
Color Harmonies of #BCCBA3
Complementary color
Monochromatic Colors of #BCCBA3
Black with #BCCBA3
Text Example
Text Example
White with #BCCBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBA3; }
p { color: rgb(188,203,163); }
H1.HeaderClassName
{
color: #BCCBA3;
}
.AnyTagClassName
{
color: #BCCBA3;
}
</style>
background-color css
<style>
a { background-color: #BCCBA3; }
a { background-color: rgb(188,203,163); }
div.DivClassName
{
background-color: #BCCBA3;
}
.BgClassName
{
background-color: #BCCBA3;
}
</style>
border-color css
<style>
span { border-color: #BCCBA3; }
span { border-color: rgb(188,203,163); }
td.TdClassName
{
border-color: #BCCBA3;
}
.TagClassName
{
border-color: #BCCBA3;
}
</style>