Shades of Sprout #BCD09F
Tints of Sprout #BCD09F
RGB
CMYK
RGB Variations
Color information
#BCD09F (or 0xBCD09F) is known color: Sprout. HEX triplet: BC, D0 and 9F. RGB value is (188,208,159). Sum of RGB (Red+Green+Blue) = 188+208+159=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD09F is #432F60. Grayscale: #C4C4C4. Windows color (decimal): -4403041 or 10473660. OLE color: 10473660.
HSL color Cylindrical-coordinate representation of color #BCD09F: hue angle of 84.49º degrees, saturation: 0.34, 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 #BCD09F is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 159 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.18 |
| HSL | 84.49º | 0.34% | 0.72% | - |
| HSV(B) | 84.49º | 0.24% | 0.82% | - |
| XYZ | 49.55 | 58.31 | 41.44 | - |
| YUV | 196.43 | 106.87 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 159 | 0.10 | 0 | 0.24 | 0.18 | 84.49 | 0.34 | 0.72 |
| Hex | BC | D0 | 9F | A | 0 | 18 | 12 | 54 | 22 | 48 |
| Octal | 274 | 320 | 237 | 12 | 0 | 30 | 22 | 124 | 42 | 110 |
| Binary | 10111100 | 11010000 | 10011111 | 1010 | 0 | 11000 | 10010 | 1010100 | 100010 | 1001000 |
Color Harmonies of #BCD09F
Complementary color
Monochromatic Colors of #BCD09F
Black with #BCD09F
Text Example
Text Example
White with #BCD09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD09F; }
p { color: rgb(188,208,159); }
H1.HeaderClassName
{
color: #BCD09F;
}
.AnyTagClassName
{
color: #BCD09F;
}
</style>
background-color css
<style>
a { background-color: #BCD09F; }
a { background-color: rgb(188,208,159); }
div.DivClassName
{
background-color: #BCD09F;
}
.BgClassName
{
background-color: #BCD09F;
}
</style>
border-color css
<style>
span { border-color: #BCD09F; }
span { border-color: rgb(188,208,159); }
td.TdClassName
{
border-color: #BCD09F;
}
.TagClassName
{
border-color: #BCD09F;
}
</style>