Shades of Sprout #BED895
Tints of Sprout #BED895
RGB
CMYK
RGB Variations
Color information
#BED895 (or 0xBED895) is known color: Sprout. HEX triplet: BE, D8 and 95. RGB value is (190,216,149). Sum of RGB (Red+Green+Blue) = 190+216+149=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 216 - color contains mainly: green. Hex color #BED895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED895 is #41276A. Grayscale: #C8C8C8. Windows color (decimal): -4269931 or 9820350. OLE color: 9820350.
HSL color Cylindrical-coordinate representation of color #BED895: hue angle of 83.28º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BED895 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 149 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.15 |
| HSL | 83.28º | 0.46% | 0.72% | - |
| HSV(B) | 83.28º | 0.31% | 0.85% | - |
| XYZ | 51.22 | 62.23 | 37.75 | - |
| YUV | 200.59 | 98.89 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 149 | 0.12 | 0 | 0.31 | 0.15 | 83.28 | 0.46 | 0.72 |
| Hex | BE | D8 | 95 | C | 0 | 1F | F | 53 | 2E | 48 |
| Octal | 276 | 330 | 225 | 14 | 0 | 37 | 17 | 123 | 56 | 110 |
| Binary | 10111110 | 11011000 | 10010101 | 1100 | 0 | 11111 | 1111 | 1010011 | 101110 | 1001000 |
Color Harmonies of #BED895
Complementary color
Monochromatic Colors of #BED895
Black with #BED895
Text Example
Text Example
White with #BED895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED895; }
p { color: rgb(190,216,149); }
H1.HeaderClassName
{
color: #BED895;
}
.AnyTagClassName
{
color: #BED895;
}
</style>
background-color css
<style>
a { background-color: #BED895; }
a { background-color: rgb(190,216,149); }
div.DivClassName
{
background-color: #BED895;
}
.BgClassName
{
background-color: #BED895;
}
</style>
border-color css
<style>
span { border-color: #BED895; }
span { border-color: rgb(190,216,149); }
td.TdClassName
{
border-color: #BED895;
}
.TagClassName
{
border-color: #BED895;
}
</style>