Shades of Sprout #BECF9C
Tints of Sprout #BECF9C
RGB
CMYK
RGB Variations
Color information
#BECF9C (or 0xBECF9C) is known color: Sprout. HEX triplet: BE, CF and 9C. RGB value is (190,207,156). Sum of RGB (Red+Green+Blue) = 190+207+156=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECF9C is #413063. Grayscale: #C4C4C4. Windows color (decimal): -4272228 or 10276798. OLE color: 10276798.
HSL color Cylindrical-coordinate representation of color #BECF9C: hue angle of 80º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BECF9C is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 156 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.19 |
| HSL | 80º | 0.35% | 0.71% | - |
| HSV(B) | 80º | 0.25% | 0.81% | - |
| XYZ | 49.55 | 57.97 | 40.03 | - |
| YUV | 196.1 | 105.37 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 156 | 0.08 | 0 | 0.25 | 0.19 | 80 | 0.35 | 0.71 |
| Hex | BE | CF | 9C | 8 | 0 | 19 | 13 | 50 | 23 | 47 |
| Octal | 276 | 317 | 234 | 10 | 0 | 31 | 23 | 120 | 43 | 107 |
| Binary | 10111110 | 11001111 | 10011100 | 1000 | 0 | 11001 | 10011 | 1010000 | 100011 | 1000111 |
Color Harmonies of #BECF9C
Complementary color
Monochromatic Colors of #BECF9C
Black with #BECF9C
Text Example
Text Example
White with #BECF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF9C; }
p { color: rgb(190,207,156); }
H1.HeaderClassName
{
color: #BECF9C;
}
.AnyTagClassName
{
color: #BECF9C;
}
</style>
background-color css
<style>
a { background-color: #BECF9C; }
a { background-color: rgb(190,207,156); }
div.DivClassName
{
background-color: #BECF9C;
}
.BgClassName
{
background-color: #BECF9C;
}
</style>
border-color css
<style>
span { border-color: #BECF9C; }
span { border-color: rgb(190,207,156); }
td.TdClassName
{
border-color: #BECF9C;
}
.TagClassName
{
border-color: #BECF9C;
}
</style>