Shades of Sprout #BECCA0
Tints of Sprout #BECCA0
RGB
CMYK
RGB Variations
Color information
#BECCA0 (or 0xBECCA0) is known color: Sprout. HEX triplet: BE, CC and A0. RGB value is (190,204,160). Sum of RGB (Red+Green+Blue) = 190+204+160=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECCA0 is #41335F. Grayscale: #C2C2C2. Windows color (decimal): -4272992 or 10538174. OLE color: 10538174.
HSL color Cylindrical-coordinate representation of color #BECCA0: hue angle of 79.09º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BECCA0 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 160 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.2 |
| HSL | 79.09º | 0.3% | 0.71% | - |
| HSV(B) | 79.09º | 0.22% | 0.8% | - |
| XYZ | 49.17 | 56.67 | 41.6 | - |
| YUV | 194.8 | 108.36 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 160 | 0.07 | 0 | 0.22 | 0.2 | 79.09 | 0.3 | 0.71 |
| Hex | BE | CC | A0 | 7 | 0 | 16 | 14 | 4F | 1E | 47 |
| Octal | 276 | 314 | 240 | 7 | 0 | 26 | 24 | 117 | 36 | 107 |
| Binary | 10111110 | 11001100 | 10100000 | 111 | 0 | 10110 | 10100 | 1001111 | 11110 | 1000111 |
Color Harmonies of #BECCA0
Complementary color
Monochromatic Colors of #BECCA0
Black with #BECCA0
Text Example
Text Example
White with #BECCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCA0; }
p { color: rgb(190,204,160); }
H1.HeaderClassName
{
color: #BECCA0;
}
.AnyTagClassName
{
color: #BECCA0;
}
</style>
background-color css
<style>
a { background-color: #BECCA0; }
a { background-color: rgb(190,204,160); }
div.DivClassName
{
background-color: #BECCA0;
}
.BgClassName
{
background-color: #BECCA0;
}
</style>
border-color css
<style>
span { border-color: #BECCA0; }
span { border-color: rgb(190,204,160); }
td.TdClassName
{
border-color: #BECCA0;
}
.TagClassName
{
border-color: #BECCA0;
}
</style>