Shades of Sprout #BED19F
Tints of Sprout #BED19F
RGB
CMYK
RGB Variations
Color information
#BED19F (or 0xBED19F) is known color: Sprout. HEX triplet: BE, D1 and 9F. RGB value is (190,209,159). Sum of RGB (Red+Green+Blue) = 190+209+159=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 209 - color contains mainly: green. Hex color #BED19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED19F is #412E60. Grayscale: #C5C5C5. Windows color (decimal): -4271713 or 10473918. OLE color: 10473918.
HSL color Cylindrical-coordinate representation of color #BED19F: hue angle of 82.8º 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 #BED19F is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 159 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.18 |
| HSL | 82.8º | 0.35% | 0.72% | - |
| HSV(B) | 82.8º | 0.24% | 0.82% | - |
| XYZ | 50.29 | 59.05 | 41.55 | - |
| YUV | 197.62 | 106.21 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 159 | 0.09 | 0 | 0.24 | 0.18 | 82.8 | 0.35 | 0.72 |
| Hex | BE | D1 | 9F | 9 | 0 | 18 | 12 | 53 | 23 | 48 |
| Octal | 276 | 321 | 237 | 11 | 0 | 30 | 22 | 123 | 43 | 110 |
| Binary | 10111110 | 11010001 | 10011111 | 1001 | 0 | 11000 | 10010 | 1010011 | 100011 | 1001000 |
Color Harmonies of #BED19F
Complementary color
Monochromatic Colors of #BED19F
Black with #BED19F
Text Example
Text Example
White with #BED19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED19F; }
p { color: rgb(190,209,159); }
H1.HeaderClassName
{
color: #BED19F;
}
.AnyTagClassName
{
color: #BED19F;
}
</style>
background-color css
<style>
a { background-color: #BED19F; }
a { background-color: rgb(190,209,159); }
div.DivClassName
{
background-color: #BED19F;
}
.BgClassName
{
background-color: #BED19F;
}
</style>
border-color css
<style>
span { border-color: #BED19F; }
span { border-color: rgb(190,209,159); }
td.TdClassName
{
border-color: #BED19F;
}
.TagClassName
{
border-color: #BED19F;
}
</style>