Shades of Sprout #BCD08F
Tints of Sprout #BCD08F
RGB
CMYK
RGB Variations
Color information
#BCD08F (or 0xBCD08F) is known color: Sprout. HEX triplet: BC, D0 and 8F. RGB value is (188,208,143). Sum of RGB (Red+Green+Blue) = 188+208+143=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD08F is #432F70. Grayscale: #C2C2C2. Windows color (decimal): -4403057 or 9425084. OLE color: 9425084.
HSL color Cylindrical-coordinate representation of color #BCD08F: hue angle of 78.46º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCD08F is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 143 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.18 |
| HSL | 78.46º | 0.41% | 0.69% | - |
| HSV(B) | 78.46º | 0.31% | 0.82% | - |
| XYZ | 48.25 | 57.79 | 34.6 | - |
| YUV | 194.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 143 | 0.10 | 0 | 0.31 | 0.18 | 78.46 | 0.41 | 0.69 |
| Hex | BC | D0 | 8F | A | 0 | 1F | 12 | 4E | 29 | 45 |
| Octal | 274 | 320 | 217 | 12 | 0 | 37 | 22 | 116 | 51 | 105 |
| Binary | 10111100 | 11010000 | 10001111 | 1010 | 0 | 11111 | 10010 | 1001110 | 101001 | 1000101 |
Color Harmonies of #BCD08F
Complementary color
Monochromatic Colors of #BCD08F
Black with #BCD08F
Text Example
Text Example
White with #BCD08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD08F; }
p { color: rgb(188,208,143); }
H1.HeaderClassName
{
color: #BCD08F;
}
.AnyTagClassName
{
color: #BCD08F;
}
</style>
background-color css
<style>
a { background-color: #BCD08F; }
a { background-color: rgb(188,208,143); }
div.DivClassName
{
background-color: #BCD08F;
}
.BgClassName
{
background-color: #BCD08F;
}
</style>
border-color css
<style>
span { border-color: #BCD08F; }
span { border-color: rgb(188,208,143); }
td.TdClassName
{
border-color: #BCD08F;
}
.TagClassName
{
border-color: #BCD08F;
}
</style>