Shades of Sprout #BED29C
Tints of Sprout #BED29C
RGB
CMYK
RGB Variations
Color information
#BED29C (or 0xBED29C) is known color: Sprout. HEX triplet: BE, D2 and 9C. RGB value is (190,210,156). Sum of RGB (Red+Green+Blue) = 190+210+156=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 210 - color contains mainly: green. Hex color #BED29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED29C is #412D63. Grayscale: #C6C6C6. Windows color (decimal): -4271460 or 10277566. OLE color: 10277566.
HSL color Cylindrical-coordinate representation of color #BED29C: hue angle of 82.22º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BED29C is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 156 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.18 |
| HSL | 82.22º | 0.38% | 0.72% | - |
| HSV(B) | 82.22º | 0.26% | 0.82% | - |
| XYZ | 50.28 | 59.44 | 40.28 | - |
| YUV | 197.86 | 104.37 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 156 | 0.10 | 0 | 0.26 | 0.18 | 82.22 | 0.38 | 0.72 |
| Hex | BE | D2 | 9C | A | 0 | 1A | 12 | 52 | 26 | 48 |
| Octal | 276 | 322 | 234 | 12 | 0 | 32 | 22 | 122 | 46 | 110 |
| Binary | 10111110 | 11010010 | 10011100 | 1010 | 0 | 11010 | 10010 | 1010010 | 100110 | 1001000 |
Color Harmonies of #BED29C
Complementary color
Monochromatic Colors of #BED29C
Black with #BED29C
Text Example
Text Example
White with #BED29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED29C; }
p { color: rgb(190,210,156); }
H1.HeaderClassName
{
color: #BED29C;
}
.AnyTagClassName
{
color: #BED29C;
}
</style>
background-color css
<style>
a { background-color: #BED29C; }
a { background-color: rgb(190,210,156); }
div.DivClassName
{
background-color: #BED29C;
}
.BgClassName
{
background-color: #BED29C;
}
</style>
border-color css
<style>
span { border-color: #BED29C; }
span { border-color: rgb(190,210,156); }
td.TdClassName
{
border-color: #BED29C;
}
.TagClassName
{
border-color: #BED29C;
}
</style>