Shades of Sprout #BCD09E
Tints of Sprout #BCD09E
RGB
CMYK
RGB Variations
Color information
#BCD09E (or 0xBCD09E) is known color: Sprout. HEX triplet: BC, D0 and 9E. RGB value is (188,208,158). Sum of RGB (Red+Green+Blue) = 188+208+158=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD09E is #432F61. Grayscale: #C4C4C4. Windows color (decimal): -4403042 or 10408124. OLE color: 10408124.
HSL color Cylindrical-coordinate representation of color #BCD09E: hue angle of 84º degrees, saturation: 0.35, 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 #BCD09E is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 158 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.18 |
| HSL | 84º | 0.35% | 0.72% | - |
| HSV(B) | 84º | 0.24% | 0.82% | - |
| XYZ | 49.47 | 58.27 | 40.99 | - |
| YUV | 196.32 | 106.37 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 158 | 0.10 | 0 | 0.24 | 0.18 | 84 | 0.35 | 0.72 |
| Hex | BC | D0 | 9E | A | 0 | 18 | 12 | 54 | 23 | 48 |
| Octal | 274 | 320 | 236 | 12 | 0 | 30 | 22 | 124 | 43 | 110 |
| Binary | 10111100 | 11010000 | 10011110 | 1010 | 0 | 11000 | 10010 | 1010100 | 100011 | 1001000 |
Color Harmonies of #BCD09E
Complementary color
Monochromatic Colors of #BCD09E
Black with #BCD09E
Text Example
Text Example
White with #BCD09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD09E; }
p { color: rgb(188,208,158); }
H1.HeaderClassName
{
color: #BCD09E;
}
.AnyTagClassName
{
color: #BCD09E;
}
</style>
background-color css
<style>
a { background-color: #BCD09E; }
a { background-color: rgb(188,208,158); }
div.DivClassName
{
background-color: #BCD09E;
}
.BgClassName
{
background-color: #BCD09E;
}
</style>
border-color css
<style>
span { border-color: #BCD09E; }
span { border-color: rgb(188,208,158); }
td.TdClassName
{
border-color: #BCD09E;
}
.TagClassName
{
border-color: #BCD09E;
}
</style>