Shades of Sprout #BCD999
Tints of Sprout #BCD999
RGB
CMYK
RGB Variations
Color information
#BCD999 (or 0xBCD999) is known color: Sprout. HEX triplet: BC, D9 and 99. RGB value is (188,217,153). Sum of RGB (Red+Green+Blue) = 188+217+153=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD999 is #432666. Grayscale: #C9C9C9. Windows color (decimal): -4400743 or 10082748. OLE color: 10082748.
HSL color Cylindrical-coordinate representation of color #BCD999: hue angle of 87.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCD999 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 153 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.15 |
| HSL | 87.19º | 0.46% | 0.73% | - |
| HSV(B) | 87.19º | 0.29% | 0.85% | - |
| XYZ | 51.3 | 62.62 | 39.52 | - |
| YUV | 201.03 | 100.89 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 153 | 0.13 | 0 | 0.29 | 0.15 | 87.19 | 0.46 | 0.73 |
| Hex | BC | D9 | 99 | D | 0 | 1D | F | 57 | 2E | 49 |
| Octal | 274 | 331 | 231 | 15 | 0 | 35 | 17 | 127 | 56 | 111 |
| Binary | 10111100 | 11011001 | 10011001 | 1101 | 0 | 11101 | 1111 | 1010111 | 101110 | 1001001 |
Color Harmonies of #BCD999
Complementary color
Monochromatic Colors of #BCD999
Black with #BCD999
Text Example
Text Example
White with #BCD999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD999; }
p { color: rgb(188,217,153); }
H1.HeaderClassName
{
color: #BCD999;
}
.AnyTagClassName
{
color: #BCD999;
}
</style>
background-color css
<style>
a { background-color: #BCD999; }
a { background-color: rgb(188,217,153); }
div.DivClassName
{
background-color: #BCD999;
}
.BgClassName
{
background-color: #BCD999;
}
</style>
border-color css
<style>
span { border-color: #BCD999; }
span { border-color: rgb(188,217,153); }
td.TdClassName
{
border-color: #BCD999;
}
.TagClassName
{
border-color: #BCD999;
}
</style>