Shades of Sprout #BECF9E
Tints of Sprout #BECF9E
RGB
CMYK
RGB Variations
Color information
#BECF9E (or 0xBECF9E) is known color: Sprout. HEX triplet: BE, CF and 9E. RGB value is (190,207,158). Sum of RGB (Red+Green+Blue) = 190+207+158=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECF9E is #413061. Grayscale: #C4C4C4. Windows color (decimal): -4272226 or 10407870. OLE color: 10407870.
HSL color Cylindrical-coordinate representation of color #BECF9E: hue angle of 80.82º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BECF9E is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 158 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.19 |
| HSL | 80.82º | 0.34% | 0.72% | - |
| HSV(B) | 80.82º | 0.24% | 0.81% | - |
| XYZ | 49.72 | 58.04 | 40.93 | - |
| YUV | 196.33 | 106.37 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 158 | 0.08 | 0 | 0.24 | 0.19 | 80.82 | 0.34 | 0.72 |
| Hex | BE | CF | 9E | 8 | 0 | 18 | 13 | 51 | 22 | 48 |
| Octal | 276 | 317 | 236 | 10 | 0 | 30 | 23 | 121 | 42 | 110 |
| Binary | 10111110 | 11001111 | 10011110 | 1000 | 0 | 11000 | 10011 | 1010001 | 100010 | 1001000 |
Color Harmonies of #BECF9E
Complementary color
Monochromatic Colors of #BECF9E
Black with #BECF9E
Text Example
Text Example
White with #BECF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF9E; }
p { color: rgb(190,207,158); }
H1.HeaderClassName
{
color: #BECF9E;
}
.AnyTagClassName
{
color: #BECF9E;
}
</style>
background-color css
<style>
a { background-color: #BECF9E; }
a { background-color: rgb(190,207,158); }
div.DivClassName
{
background-color: #BECF9E;
}
.BgClassName
{
background-color: #BECF9E;
}
</style>
border-color css
<style>
span { border-color: #BECF9E; }
span { border-color: rgb(190,207,158); }
td.TdClassName
{
border-color: #BECF9E;
}
.TagClassName
{
border-color: #BECF9E;
}
</style>