Shades of Sprout #BECF99
Tints of Sprout #BECF99
RGB
CMYK
RGB Variations
Color information
#BECF99 (or 0xBECF99) is known color: Sprout. HEX triplet: BE, CF and 99. RGB value is (190,207,153). Sum of RGB (Red+Green+Blue) = 190+207+153=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECF99 is #413066. Grayscale: #C3C3C3. Windows color (decimal): -4272231 or 10080190. OLE color: 10080190.
HSL color Cylindrical-coordinate representation of color #BECF99: hue angle of 78.89º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BECF99 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 153 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.19 |
| HSL | 78.89º | 0.36% | 0.71% | - |
| HSV(B) | 78.89º | 0.26% | 0.81% | - |
| XYZ | 49.3 | 57.87 | 38.71 | - |
| YUV | 195.76 | 103.87 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 153 | 0.08 | 0 | 0.26 | 0.19 | 78.89 | 0.36 | 0.71 |
| Hex | BE | CF | 99 | 8 | 0 | 1A | 13 | 4F | 24 | 47 |
| Octal | 276 | 317 | 231 | 10 | 0 | 32 | 23 | 117 | 44 | 107 |
| Binary | 10111110 | 11001111 | 10011001 | 1000 | 0 | 11010 | 10011 | 1001111 | 100100 | 1000111 |
Color Harmonies of #BECF99
Complementary color
Monochromatic Colors of #BECF99
Black with #BECF99
Text Example
Text Example
White with #BECF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF99; }
p { color: rgb(190,207,153); }
H1.HeaderClassName
{
color: #BECF99;
}
.AnyTagClassName
{
color: #BECF99;
}
</style>
background-color css
<style>
a { background-color: #BECF99; }
a { background-color: rgb(190,207,153); }
div.DivClassName
{
background-color: #BECF99;
}
.BgClassName
{
background-color: #BECF99;
}
</style>
border-color css
<style>
span { border-color: #BECF99; }
span { border-color: rgb(190,207,153); }
td.TdClassName
{
border-color: #BECF99;
}
.TagClassName
{
border-color: #BECF99;
}
</style>