Shades of Sprout #BECFA0
Tints of Sprout #BECFA0
RGB
CMYK
RGB Variations
Color information
#BECFA0 (or 0xBECFA0) is known color: Sprout. HEX triplet: BE, CF and A0. RGB value is (190,207,160). Sum of RGB (Red+Green+Blue) = 190+207+160=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECFA0 is #41305F. Grayscale: #C4C4C4. Windows color (decimal): -4272224 or 10538942. OLE color: 10538942.
HSL color Cylindrical-coordinate representation of color #BECFA0: hue angle of 81.7º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BECFA0 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 160 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.19 |
| HSL | 81.7º | 0.33% | 0.72% | - |
| HSV(B) | 81.7º | 0.23% | 0.81% | - |
| XYZ | 49.89 | 58.11 | 41.84 | - |
| YUV | 196.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 160 | 0.08 | 0 | 0.23 | 0.19 | 81.7 | 0.33 | 0.72 |
| Hex | BE | CF | A0 | 8 | 0 | 17 | 13 | 52 | 21 | 48 |
| Octal | 276 | 317 | 240 | 10 | 0 | 27 | 23 | 122 | 41 | 110 |
| Binary | 10111110 | 11001111 | 10100000 | 1000 | 0 | 10111 | 10011 | 1010010 | 100001 | 1001000 |
Color Harmonies of #BECFA0
Complementary color
Monochromatic Colors of #BECFA0
Black with #BECFA0
Text Example
Text Example
White with #BECFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFA0; }
p { color: rgb(190,207,160); }
H1.HeaderClassName
{
color: #BECFA0;
}
.AnyTagClassName
{
color: #BECFA0;
}
</style>
background-color css
<style>
a { background-color: #BECFA0; }
a { background-color: rgb(190,207,160); }
div.DivClassName
{
background-color: #BECFA0;
}
.BgClassName
{
background-color: #BECFA0;
}
</style>
border-color css
<style>
span { border-color: #BECFA0; }
span { border-color: rgb(190,207,160); }
td.TdClassName
{
border-color: #BECFA0;
}
.TagClassName
{
border-color: #BECFA0;
}
</style>