Shades of Sprout #BED19D
Tints of Sprout #BED19D
RGB
CMYK
RGB Variations
Color information
#BED19D (or 0xBED19D) is known color: Sprout. HEX triplet: BE, D1 and 9D. RGB value is (190,209,157). Sum of RGB (Red+Green+Blue) = 190+209+157=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 209 - color contains mainly: green. Hex color #BED19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED19D is #412E62. Grayscale: #C5C5C5. Windows color (decimal): -4271715 or 10342846. OLE color: 10342846.
HSL color Cylindrical-coordinate representation of color #BED19D: hue angle of 81.92º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED19D is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 157 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.18 |
| HSL | 81.92º | 0.36% | 0.72% | - |
| HSV(B) | 81.92º | 0.25% | 0.82% | - |
| XYZ | 50.12 | 58.98 | 40.64 | - |
| YUV | 197.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 157 | 0.09 | 0 | 0.25 | 0.18 | 81.92 | 0.36 | 0.72 |
| Hex | BE | D1 | 9D | 9 | 0 | 19 | 12 | 52 | 24 | 48 |
| Octal | 276 | 321 | 235 | 11 | 0 | 31 | 22 | 122 | 44 | 110 |
| Binary | 10111110 | 11010001 | 10011101 | 1001 | 0 | 11001 | 10010 | 1010010 | 100100 | 1001000 |
Color Harmonies of #BED19D
Complementary color
Monochromatic Colors of #BED19D
Black with #BED19D
Text Example
Text Example
White with #BED19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED19D; }
p { color: rgb(190,209,157); }
H1.HeaderClassName
{
color: #BED19D;
}
.AnyTagClassName
{
color: #BED19D;
}
</style>
background-color css
<style>
a { background-color: #BED19D; }
a { background-color: rgb(190,209,157); }
div.DivClassName
{
background-color: #BED19D;
}
.BgClassName
{
background-color: #BED19D;
}
</style>
border-color css
<style>
span { border-color: #BED19D; }
span { border-color: rgb(190,209,157); }
td.TdClassName
{
border-color: #BED19D;
}
.TagClassName
{
border-color: #BED19D;
}
</style>