Shades of Sprout #BCD890
Tints of Sprout #BCD890
RGB
CMYK
RGB Variations
Color information
#BCD890 (or 0xBCD890) is known color: Sprout. HEX triplet: BC, D8 and 90. RGB value is (188,216,144). Sum of RGB (Red+Green+Blue) = 188+216+144=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD890 is #43276F. Grayscale: #C7C7C7. Windows color (decimal): -4401008 or 9492668. OLE color: 9492668.
HSL color Cylindrical-coordinate representation of color #BCD890: hue angle of 83.33º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCD890 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 144 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.15 |
| HSL | 83.33º | 0.48% | 0.71% | - |
| HSV(B) | 83.33º | 0.33% | 0.85% | - |
| XYZ | 50.33 | 61.82 | 35.66 | - |
| YUV | 199.42 | 96.72 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 144 | 0.13 | 0 | 0.33 | 0.15 | 83.33 | 0.48 | 0.71 |
| Hex | BC | D8 | 90 | D | 0 | 21 | F | 53 | 30 | 47 |
| Octal | 274 | 330 | 220 | 15 | 0 | 41 | 17 | 123 | 60 | 107 |
| Binary | 10111100 | 11011000 | 10010000 | 1101 | 0 | 100001 | 1111 | 1010011 | 110000 | 1000111 |
Color Harmonies of #BCD890
Complementary color
Monochromatic Colors of #BCD890
Black with #BCD890
Text Example
Text Example
White with #BCD890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD890; }
p { color: rgb(188,216,144); }
H1.HeaderClassName
{
color: #BCD890;
}
.AnyTagClassName
{
color: #BCD890;
}
</style>
background-color css
<style>
a { background-color: #BCD890; }
a { background-color: rgb(188,216,144); }
div.DivClassName
{
background-color: #BCD890;
}
.BgClassName
{
background-color: #BCD890;
}
</style>
border-color css
<style>
span { border-color: #BCD890; }
span { border-color: rgb(188,216,144); }
td.TdClassName
{
border-color: #BCD890;
}
.TagClassName
{
border-color: #BCD890;
}
</style>