Shades of Sprout #BCCDA0
Tints of Sprout #BCCDA0
RGB
CMYK
RGB Variations
Color information
#BCCDA0 (or 0xBCCDA0) is known color: Sprout. HEX triplet: BC, CD and A0. RGB value is (188,205,160). Sum of RGB (Red+Green+Blue) = 188+205+160=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCDA0 is #43325F. Grayscale: #C2C2C2. Windows color (decimal): -4403808 or 10538428. OLE color: 10538428.
HSL color Cylindrical-coordinate representation of color #BCCDA0: hue angle of 82.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCCDA0 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 160 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.20 |
| HSL | 82.67º | 0.31% | 0.72% | - |
| HSV(B) | 82.67º | 0.22% | 0.8% | - |
| XYZ | 48.92 | 56.89 | 41.66 | - |
| YUV | 194.79 | 108.37 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 160 | 0.08 | 0 | 0.22 | 0.20 | 82.67 | 0.31 | 0.72 |
| Hex | BC | CD | A0 | 8 | 0 | 16 | 14 | 53 | 1F | 48 |
| Octal | 274 | 315 | 240 | 10 | 0 | 26 | 24 | 123 | 37 | 110 |
| Binary | 10111100 | 11001101 | 10100000 | 1000 | 0 | 10110 | 10100 | 1010011 | 11111 | 1001000 |
Color Harmonies of #BCCDA0
Complementary color
Monochromatic Colors of #BCCDA0
Black with #BCCDA0
Text Example
Text Example
White with #BCCDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDA0; }
p { color: rgb(188,205,160); }
H1.HeaderClassName
{
color: #BCCDA0;
}
.AnyTagClassName
{
color: #BCCDA0;
}
</style>
background-color css
<style>
a { background-color: #BCCDA0; }
a { background-color: rgb(188,205,160); }
div.DivClassName
{
background-color: #BCCDA0;
}
.BgClassName
{
background-color: #BCCDA0;
}
</style>
border-color css
<style>
span { border-color: #BCCDA0; }
span { border-color: rgb(188,205,160); }
td.TdClassName
{
border-color: #BCCDA0;
}
.TagClassName
{
border-color: #BCCDA0;
}
</style>