Shades of Sprout #BED295
Tints of Sprout #BED295
RGB
CMYK
RGB Variations
Color information
#BED295 (or 0xBED295) is known color: Sprout. HEX triplet: BE, D2 and 95. RGB value is (190,210,149). Sum of RGB (Red+Green+Blue) = 190+210+149=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 210 - color contains mainly: green. Hex color #BED295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED295 is #412D6A. Grayscale: #C5C5C5. Windows color (decimal): -4271467 or 9818814. OLE color: 9818814.
HSL color Cylindrical-coordinate representation of color #BED295: hue angle of 79.67º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BED295 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 149 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.18 |
| HSL | 79.67º | 0.4% | 0.7% | - |
| HSV(B) | 79.67º | 0.29% | 0.82% | - |
| XYZ | 49.71 | 59.21 | 37.24 | - |
| YUV | 197.07 | 100.87 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 149 | 0.10 | 0 | 0.29 | 0.18 | 79.67 | 0.4 | 0.7 |
| Hex | BE | D2 | 95 | A | 0 | 1D | 12 | 50 | 28 | 46 |
| Octal | 276 | 322 | 225 | 12 | 0 | 35 | 22 | 120 | 50 | 106 |
| Binary | 10111110 | 11010010 | 10010101 | 1010 | 0 | 11101 | 10010 | 1010000 | 101000 | 1000110 |
Color Harmonies of #BED295
Complementary color
Monochromatic Colors of #BED295
Black with #BED295
Text Example
Text Example
White with #BED295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED295; }
p { color: rgb(190,210,149); }
H1.HeaderClassName
{
color: #BED295;
}
.AnyTagClassName
{
color: #BED295;
}
</style>
background-color css
<style>
a { background-color: #BED295; }
a { background-color: rgb(190,210,149); }
div.DivClassName
{
background-color: #BED295;
}
.BgClassName
{
background-color: #BED295;
}
</style>
border-color css
<style>
span { border-color: #BED295; }
span { border-color: rgb(190,210,149); }
td.TdClassName
{
border-color: #BED295;
}
.TagClassName
{
border-color: #BED295;
}
</style>