Shades of Sprout #BEDA8F
Tints of Sprout #BEDA8F
RGB
CMYK
RGB Variations
Color information
#BEDA8F (or 0xBEDA8F) is known color: Sprout. HEX triplet: BE, DA and 8F. RGB value is (190,218,143). Sum of RGB (Red+Green+Blue) = 190+218+143=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 143 (56.25% from 255 or 25.95% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDA8F is #412570. Grayscale: #C9C9C9. Windows color (decimal): -4269425 or 9427646. OLE color: 9427646.
HSL color Cylindrical-coordinate representation of color #BEDA8F: hue angle of 82.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEDA8F is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 143 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.15 |
| HSL | 82.4º | 0.5% | 0.71% | - |
| HSV(B) | 82.4º | 0.34% | 0.85% | - |
| XYZ | 51.26 | 63.07 | 35.46 | - |
| YUV | 201.08 | 95.22 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 143 | 0.13 | 0 | 0.34 | 0.15 | 82.4 | 0.5 | 0.71 |
| Hex | BE | DA | 8F | D | 0 | 22 | F | 52 | 32 | 47 |
| Octal | 276 | 332 | 217 | 15 | 0 | 42 | 17 | 122 | 62 | 107 |
| Binary | 10111110 | 11011010 | 10001111 | 1101 | 0 | 100010 | 1111 | 1010010 | 110010 | 1000111 |
Color Harmonies of #BEDA8F
Complementary color
Monochromatic Colors of #BEDA8F
Black with #BEDA8F
Text Example
Text Example
White with #BEDA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDA8F; }
p { color: rgb(190,218,143); }
H1.HeaderClassName
{
color: #BEDA8F;
}
.AnyTagClassName
{
color: #BEDA8F;
}
</style>
background-color css
<style>
a { background-color: #BEDA8F; }
a { background-color: rgb(190,218,143); }
div.DivClassName
{
background-color: #BEDA8F;
}
.BgClassName
{
background-color: #BEDA8F;
}
</style>
border-color css
<style>
span { border-color: #BEDA8F; }
span { border-color: rgb(190,218,143); }
td.TdClassName
{
border-color: #BEDA8F;
}
.TagClassName
{
border-color: #BEDA8F;
}
</style>