Shades of Sprout #BCDB8E
Tints of Sprout #BCDB8E
RGB
CMYK
RGB Variations
Color information
#BCDB8E (or 0xBCDB8E) is known color: Sprout. HEX triplet: BC, DB and 8E. RGB value is (188,219,142). Sum of RGB (Red+Green+Blue) = 188+219+142=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB8E is #432471. Grayscale: #C9C9C9. Windows color (decimal): -4400242 or 9362364. OLE color: 9362364.
HSL color Cylindrical-coordinate representation of color #BCDB8E: hue angle of 84.16º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCDB8E is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 142 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.14 |
| HSL | 84.16º | 0.52% | 0.71% | - |
| HSV(B) | 84.16º | 0.35% | 0.86% | - |
| XYZ | 50.95 | 63.31 | 35.13 | - |
| YUV | 200.95 | 94.73 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 142 | 0.14 | 0 | 0.35 | 0.14 | 84.16 | 0.52 | 0.71 |
| Hex | BC | DB | 8E | E | 0 | 23 | E | 54 | 34 | 47 |
| Octal | 274 | 333 | 216 | 16 | 0 | 43 | 16 | 124 | 64 | 107 |
| Binary | 10111100 | 11011011 | 10001110 | 1110 | 0 | 100011 | 1110 | 1010100 | 110100 | 1000111 |
Color Harmonies of #BCDB8E
Complementary color
Monochromatic Colors of #BCDB8E
Black with #BCDB8E
Text Example
Text Example
White with #BCDB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB8E; }
p { color: rgb(188,219,142); }
H1.HeaderClassName
{
color: #BCDB8E;
}
.AnyTagClassName
{
color: #BCDB8E;
}
</style>
background-color css
<style>
a { background-color: #BCDB8E; }
a { background-color: rgb(188,219,142); }
div.DivClassName
{
background-color: #BCDB8E;
}
.BgClassName
{
background-color: #BCDB8E;
}
</style>
border-color css
<style>
span { border-color: #BCDB8E; }
span { border-color: rgb(188,219,142); }
td.TdClassName
{
border-color: #BCDB8E;
}
.TagClassName
{
border-color: #BCDB8E;
}
</style>