Shades of Sprout #BED09E
Tints of Sprout #BED09E
RGB
CMYK
RGB Variations
Color information
#BED09E (or 0xBED09E) is known color: Sprout. HEX triplet: BE, D0 and 9E. RGB value is (190,208,158). Sum of RGB (Red+Green+Blue) = 190+208+158=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 208 - color contains mainly: green. Hex color #BED09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED09E is #412F61. Grayscale: #C5C5C5. Windows color (decimal): -4271970 or 10408126. OLE color: 10408126.
HSL color Cylindrical-coordinate representation of color #BED09E: hue angle of 81.6º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BED09E is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 158 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.18 |
| HSL | 81.6º | 0.35% | 0.72% | - |
| HSV(B) | 81.6º | 0.24% | 0.82% | - |
| XYZ | 49.96 | 58.53 | 41.01 | - |
| YUV | 196.92 | 106.04 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 158 | 0.09 | 0 | 0.24 | 0.18 | 81.6 | 0.35 | 0.72 |
| Hex | BE | D0 | 9E | 9 | 0 | 18 | 12 | 52 | 23 | 48 |
| Octal | 276 | 320 | 236 | 11 | 0 | 30 | 22 | 122 | 43 | 110 |
| Binary | 10111110 | 11010000 | 10011110 | 1001 | 0 | 11000 | 10010 | 1010010 | 100011 | 1001000 |
Color Harmonies of #BED09E
Complementary color
Monochromatic Colors of #BED09E
Black with #BED09E
Text Example
Text Example
White with #BED09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED09E; }
p { color: rgb(190,208,158); }
H1.HeaderClassName
{
color: #BED09E;
}
.AnyTagClassName
{
color: #BED09E;
}
</style>
background-color css
<style>
a { background-color: #BED09E; }
a { background-color: rgb(190,208,158); }
div.DivClassName
{
background-color: #BED09E;
}
.BgClassName
{
background-color: #BED09E;
}
</style>
border-color css
<style>
span { border-color: #BED09E; }
span { border-color: rgb(190,208,158); }
td.TdClassName
{
border-color: #BED09E;
}
.TagClassName
{
border-color: #BED09E;
}
</style>