Shades of Sprout #BECE8F
Tints of Sprout #BECE8F
RGB
CMYK
RGB Variations
Color information
#BECE8F (or 0xBECE8F) is known color: Sprout. HEX triplet: BE, CE and 8F. RGB value is (190,206,143). Sum of RGB (Red+Green+Blue) = 190+206+143=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE8F is #413170. Grayscale: #C2C2C2. Windows color (decimal): -4272497 or 9424574. OLE color: 9424574.
HSL color Cylindrical-coordinate representation of color #BECE8F: hue angle of 75.24º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BECE8F is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 143 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.19 |
| HSL | 75.24º | 0.39% | 0.68% | - |
| HSV(B) | 75.24º | 0.31% | 0.81% | - |
| XYZ | 48.26 | 57.07 | 34.46 | - |
| YUV | 194.03 | 99.2 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 143 | 0.08 | 0 | 0.31 | 0.19 | 75.24 | 0.39 | 0.68 |
| Hex | BE | CE | 8F | 8 | 0 | 1F | 13 | 4B | 27 | 44 |
| Octal | 276 | 316 | 217 | 10 | 0 | 37 | 23 | 113 | 47 | 104 |
| Binary | 10111110 | 11001110 | 10001111 | 1000 | 0 | 11111 | 10011 | 1001011 | 100111 | 1000100 |
Color Harmonies of #BECE8F
Complementary color
Monochromatic Colors of #BECE8F
Black with #BECE8F
Text Example
Text Example
White with #BECE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE8F; }
p { color: rgb(190,206,143); }
H1.HeaderClassName
{
color: #BECE8F;
}
.AnyTagClassName
{
color: #BECE8F;
}
</style>
background-color css
<style>
a { background-color: #BECE8F; }
a { background-color: rgb(190,206,143); }
div.DivClassName
{
background-color: #BECE8F;
}
.BgClassName
{
background-color: #BECE8F;
}
</style>
border-color css
<style>
span { border-color: #BECE8F; }
span { border-color: rgb(190,206,143); }
td.TdClassName
{
border-color: #BECE8F;
}
.TagClassName
{
border-color: #BECE8F;
}
</style>