Shades of Sprout #BCCC9E
Tints of Sprout #BCCC9E
RGB
CMYK
RGB Variations
Color information
#BCCC9E (or 0xBCCC9E) is known color: Sprout. HEX triplet: BC, CC and 9E. RGB value is (188,204,158). Sum of RGB (Red+Green+Blue) = 188+204+158=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 158 (62.11% from 255 or 28.73% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC9E is #433361. Grayscale: #C2C2C2. Windows color (decimal): -4404066 or 10407100. OLE color: 10407100.
HSL color Cylindrical-coordinate representation of color #BCCC9E: hue angle of 80.87º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCCC9E is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 158 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.2 |
| HSL | 80.87º | 0.31% | 0.71% | - |
| HSV(B) | 80.87º | 0.23% | 0.8% | - |
| XYZ | 48.5 | 56.35 | 40.67 | - |
| YUV | 193.97 | 107.7 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 158 | 0.08 | 0 | 0.23 | 0.2 | 80.87 | 0.31 | 0.71 |
| Hex | BC | CC | 9E | 8 | 0 | 17 | 14 | 51 | 1F | 47 |
| Octal | 274 | 314 | 236 | 10 | 0 | 27 | 24 | 121 | 37 | 107 |
| Binary | 10111100 | 11001100 | 10011110 | 1000 | 0 | 10111 | 10100 | 1010001 | 11111 | 1000111 |
Color Harmonies of #BCCC9E
Complementary color
Monochromatic Colors of #BCCC9E
Black with #BCCC9E
Text Example
Text Example
White with #BCCC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC9E; }
p { color: rgb(188,204,158); }
H1.HeaderClassName
{
color: #BCCC9E;
}
.AnyTagClassName
{
color: #BCCC9E;
}
</style>
background-color css
<style>
a { background-color: #BCCC9E; }
a { background-color: rgb(188,204,158); }
div.DivClassName
{
background-color: #BCCC9E;
}
.BgClassName
{
background-color: #BCCC9E;
}
</style>
border-color css
<style>
span { border-color: #BCCC9E; }
span { border-color: rgb(188,204,158); }
td.TdClassName
{
border-color: #BCCC9E;
}
.TagClassName
{
border-color: #BCCC9E;
}
</style>