Shades of Sprout #BCCEA0
Tints of Sprout #BCCEA0
RGB
CMYK
RGB Variations
Color information
#BCCEA0 (or 0xBCCEA0) is known color: Sprout. HEX triplet: BC, CE and A0. RGB value is (188,206,160). Sum of RGB (Red+Green+Blue) = 188+206+160=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEA0 is #43315F. Grayscale: #C3C3C3. Windows color (decimal): -4403552 or 10538684. OLE color: 10538684.
HSL color Cylindrical-coordinate representation of color #BCCEA0: hue angle of 83.48º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCCEA0 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 160 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.19 |
| HSL | 83.48º | 0.32% | 0.72% | - |
| HSV(B) | 83.48º | 0.22% | 0.81% | - |
| XYZ | 49.16 | 57.37 | 41.74 | - |
| YUV | 195.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 160 | 0.09 | 0 | 0.22 | 0.19 | 83.48 | 0.32 | 0.72 |
| Hex | BC | CE | A0 | 9 | 0 | 16 | 13 | 53 | 20 | 48 |
| Octal | 274 | 316 | 240 | 11 | 0 | 26 | 23 | 123 | 40 | 110 |
| Binary | 10111100 | 11001110 | 10100000 | 1001 | 0 | 10110 | 10011 | 1010011 | 100000 | 1001000 |
Color Harmonies of #BCCEA0
Complementary color
Monochromatic Colors of #BCCEA0
Black with #BCCEA0
Text Example
Text Example
White with #BCCEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEA0; }
p { color: rgb(188,206,160); }
H1.HeaderClassName
{
color: #BCCEA0;
}
.AnyTagClassName
{
color: #BCCEA0;
}
</style>
background-color css
<style>
a { background-color: #BCCEA0; }
a { background-color: rgb(188,206,160); }
div.DivClassName
{
background-color: #BCCEA0;
}
.BgClassName
{
background-color: #BCCEA0;
}
</style>
border-color css
<style>
span { border-color: #BCCEA0; }
span { border-color: rgb(188,206,160); }
td.TdClassName
{
border-color: #BCCEA0;
}
.TagClassName
{
border-color: #BCCEA0;
}
</style>