Shades of Sprout #BCD19E
Tints of Sprout #BCD19E
RGB
CMYK
RGB Variations
Color information
#BCD19E (or 0xBCD19E) is known color: Sprout. HEX triplet: BC, D1 and 9E. RGB value is (188,209,158). Sum of RGB (Red+Green+Blue) = 188+209+158=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD19E is #432E61. Grayscale: #C5C5C5. Windows color (decimal): -4402786 or 10408380. OLE color: 10408380.
HSL color Cylindrical-coordinate representation of color #BCD19E: hue angle of 84.71º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCD19E is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 158 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.18 |
| HSL | 84.71º | 0.36% | 0.72% | - |
| HSV(B) | 84.71º | 0.24% | 0.82% | - |
| XYZ | 49.71 | 58.76 | 41.07 | - |
| YUV | 196.91 | 106.04 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 158 | 0.10 | 0 | 0.24 | 0.18 | 84.71 | 0.36 | 0.72 |
| Hex | BC | D1 | 9E | A | 0 | 18 | 12 | 55 | 24 | 48 |
| Octal | 274 | 321 | 236 | 12 | 0 | 30 | 22 | 125 | 44 | 110 |
| Binary | 10111100 | 11010001 | 10011110 | 1010 | 0 | 11000 | 10010 | 1010101 | 100100 | 1001000 |
Color Harmonies of #BCD19E
Complementary color
Monochromatic Colors of #BCD19E
Black with #BCD19E
Text Example
Text Example
White with #BCD19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD19E; }
p { color: rgb(188,209,158); }
H1.HeaderClassName
{
color: #BCD19E;
}
.AnyTagClassName
{
color: #BCD19E;
}
</style>
background-color css
<style>
a { background-color: #BCD19E; }
a { background-color: rgb(188,209,158); }
div.DivClassName
{
background-color: #BCD19E;
}
.BgClassName
{
background-color: #BCD19E;
}
</style>
border-color css
<style>
span { border-color: #BCD19E; }
span { border-color: rgb(188,209,158); }
td.TdClassName
{
border-color: #BCD19E;
}
.TagClassName
{
border-color: #BCD19E;
}
</style>