Shades of Sprout #BCD699
Tints of Sprout #BCD699
RGB
CMYK
RGB Variations
Color information
#BCD699 (or 0xBCD699) is known color: Sprout. HEX triplet: BC, D6 and 99. RGB value is (188,214,153). Sum of RGB (Red+Green+Blue) = 188+214+153=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD699 is #432966. Grayscale: #C7C7C7. Windows color (decimal): -4401511 or 10081980. OLE color: 10081980.
HSL color Cylindrical-coordinate representation of color #BCD699: hue angle of 85.57º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCD699 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 153 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.16 |
| HSL | 85.57º | 0.43% | 0.72% | - |
| HSV(B) | 85.57º | 0.29% | 0.84% | - |
| XYZ | 50.54 | 61.08 | 39.26 | - |
| YUV | 199.27 | 101.89 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 153 | 0.12 | 0 | 0.29 | 0.16 | 85.57 | 0.43 | 0.72 |
| Hex | BC | D6 | 99 | C | 0 | 1D | 10 | 56 | 2B | 48 |
| Octal | 274 | 326 | 231 | 14 | 0 | 35 | 20 | 126 | 53 | 110 |
| Binary | 10111100 | 11010110 | 10011001 | 1100 | 0 | 11101 | 10000 | 1010110 | 101011 | 1001000 |
Color Harmonies of #BCD699
Complementary color
Monochromatic Colors of #BCD699
Black with #BCD699
Text Example
Text Example
White with #BCD699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD699; }
p { color: rgb(188,214,153); }
H1.HeaderClassName
{
color: #BCD699;
}
.AnyTagClassName
{
color: #BCD699;
}
</style>
background-color css
<style>
a { background-color: #BCD699; }
a { background-color: rgb(188,214,153); }
div.DivClassName
{
background-color: #BCD699;
}
.BgClassName
{
background-color: #BCD699;
}
</style>
border-color css
<style>
span { border-color: #BCD699; }
span { border-color: rgb(188,214,153); }
td.TdClassName
{
border-color: #BCD699;
}
.TagClassName
{
border-color: #BCD699;
}
</style>