Shades of Sprout #BECF8D
Tints of Sprout #BECF8D
RGB
CMYK
RGB Variations
Color information
#BECF8D (or 0xBECF8D) is known color: Sprout. HEX triplet: BE, CF and 8D. RGB value is (190,207,141). Sum of RGB (Red+Green+Blue) = 190+207+141=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECF8D is #413072. Grayscale: #C2C2C2. Windows color (decimal): -4272243 or 9293758. OLE color: 9293758.
HSL color Cylindrical-coordinate representation of color #BECF8D: hue angle of 75.45º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BECF8D is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 141 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.19 |
| HSL | 75.45º | 0.41% | 0.68% | - |
| HSV(B) | 75.45º | 0.32% | 0.81% | - |
| XYZ | 48.36 | 57.5 | 33.75 | - |
| YUV | 194.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 141 | 0.08 | 0 | 0.32 | 0.19 | 75.45 | 0.41 | 0.68 |
| Hex | BE | CF | 8D | 8 | 0 | 20 | 13 | 4B | 29 | 44 |
| Octal | 276 | 317 | 215 | 10 | 0 | 40 | 23 | 113 | 51 | 104 |
| Binary | 10111110 | 11001111 | 10001101 | 1000 | 0 | 100000 | 10011 | 1001011 | 101001 | 1000100 |
Color Harmonies of #BECF8D
Complementary color
Monochromatic Colors of #BECF8D
Black with #BECF8D
Text Example
Text Example
White with #BECF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF8D; }
p { color: rgb(190,207,141); }
H1.HeaderClassName
{
color: #BECF8D;
}
.AnyTagClassName
{
color: #BECF8D;
}
</style>
background-color css
<style>
a { background-color: #BECF8D; }
a { background-color: rgb(190,207,141); }
div.DivClassName
{
background-color: #BECF8D;
}
.BgClassName
{
background-color: #BECF8D;
}
</style>
border-color css
<style>
span { border-color: #BECF8D; }
span { border-color: rgb(190,207,141); }
td.TdClassName
{
border-color: #BECF8D;
}
.TagClassName
{
border-color: #BECF8D;
}
</style>