Shades of Sprout #BECC9C
Tints of Sprout #BECC9C
RGB
CMYK
RGB Variations
Color information
#BECC9C (or 0xBECC9C) is known color: Sprout. HEX triplet: BE, CC and 9C. RGB value is (190,204,156). Sum of RGB (Red+Green+Blue) = 190+204+156=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC9C is #413363. Grayscale: #C2C2C2. Windows color (decimal): -4272996 or 10276030. OLE color: 10276030.
HSL color Cylindrical-coordinate representation of color #BECC9C: hue angle of 77.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BECC9C is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 156 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.2 |
| HSL | 77.5º | 0.32% | 0.71% | - |
| HSV(B) | 77.5º | 0.24% | 0.8% | - |
| XYZ | 48.83 | 56.53 | 39.79 | - |
| YUV | 194.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 156 | 0.07 | 0 | 0.24 | 0.2 | 77.5 | 0.32 | 0.71 |
| Hex | BE | CC | 9C | 7 | 0 | 18 | 14 | 4E | 20 | 47 |
| Octal | 276 | 314 | 234 | 7 | 0 | 30 | 24 | 116 | 40 | 107 |
| Binary | 10111110 | 11001100 | 10011100 | 111 | 0 | 11000 | 10100 | 1001110 | 100000 | 1000111 |
Color Harmonies of #BECC9C
Complementary color
Monochromatic Colors of #BECC9C
Black with #BECC9C
Text Example
Text Example
White with #BECC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC9C; }
p { color: rgb(190,204,156); }
H1.HeaderClassName
{
color: #BECC9C;
}
.AnyTagClassName
{
color: #BECC9C;
}
</style>
background-color css
<style>
a { background-color: #BECC9C; }
a { background-color: rgb(190,204,156); }
div.DivClassName
{
background-color: #BECC9C;
}
.BgClassName
{
background-color: #BECC9C;
}
</style>
border-color css
<style>
span { border-color: #BECC9C; }
span { border-color: rgb(190,204,156); }
td.TdClassName
{
border-color: #BECC9C;
}
.TagClassName
{
border-color: #BECC9C;
}
</style>