Shades of Sprout #BCD08C
Tints of Sprout #BCD08C
RGB
CMYK
RGB Variations
Color information
#BCD08C (or 0xBCD08C) is known color: Sprout. HEX triplet: BC, D0 and 8C. RGB value is (188,208,140). Sum of RGB (Red+Green+Blue) = 188+208+140=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD08C is #432F73. Grayscale: #C2C2C2. Windows color (decimal): -4403060 or 9228476. OLE color: 9228476.
HSL color Cylindrical-coordinate representation of color #BCD08C: hue angle of 77.65º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCD08C is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 140 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.18 |
| HSL | 77.65º | 0.42% | 0.68% | - |
| HSV(B) | 77.65º | 0.33% | 0.82% | - |
| XYZ | 48.03 | 57.7 | 33.42 | - |
| YUV | 194.27 | 97.37 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 140 | 0.10 | 0 | 0.33 | 0.18 | 77.65 | 0.42 | 0.68 |
| Hex | BC | D0 | 8C | A | 0 | 21 | 12 | 4E | 2A | 44 |
| Octal | 274 | 320 | 214 | 12 | 0 | 41 | 22 | 116 | 52 | 104 |
| Binary | 10111100 | 11010000 | 10001100 | 1010 | 0 | 100001 | 10010 | 1001110 | 101010 | 1000100 |
Color Harmonies of #BCD08C
Complementary color
Monochromatic Colors of #BCD08C
Black with #BCD08C
Text Example
Text Example
White with #BCD08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD08C; }
p { color: rgb(188,208,140); }
H1.HeaderClassName
{
color: #BCD08C;
}
.AnyTagClassName
{
color: #BCD08C;
}
</style>
background-color css
<style>
a { background-color: #BCD08C; }
a { background-color: rgb(188,208,140); }
div.DivClassName
{
background-color: #BCD08C;
}
.BgClassName
{
background-color: #BCD08C;
}
</style>
border-color css
<style>
span { border-color: #BCD08C; }
span { border-color: rgb(188,208,140); }
td.TdClassName
{
border-color: #BCD08C;
}
.TagClassName
{
border-color: #BCD08C;
}
</style>