Shades of Sprout #BED890
Tints of Sprout #BED890
RGB
CMYK
RGB Variations
Color information
#BED890 (or 0xBED890) is known color: Sprout. HEX triplet: BE, D8 and 90. RGB value is (190,216,144). Sum of RGB (Red+Green+Blue) = 190+216+144=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 216 - color contains mainly: green. Hex color #BED890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED890 is #41276F. Grayscale: #C8C8C8. Windows color (decimal): -4269936 or 9492670. OLE color: 9492670.
HSL color Cylindrical-coordinate representation of color #BED890: hue angle of 81.67º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BED890 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 144 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.15 |
| HSL | 81.67º | 0.48% | 0.71% | - |
| HSV(B) | 81.67º | 0.33% | 0.85% | - |
| XYZ | 50.83 | 62.07 | 35.69 | - |
| YUV | 200.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 144 | 0.12 | 0 | 0.33 | 0.15 | 81.67 | 0.48 | 0.71 |
| Hex | BE | D8 | 90 | C | 0 | 21 | F | 52 | 30 | 47 |
| Octal | 276 | 330 | 220 | 14 | 0 | 41 | 17 | 122 | 60 | 107 |
| Binary | 10111110 | 11011000 | 10010000 | 1100 | 0 | 100001 | 1111 | 1010010 | 110000 | 1000111 |
Color Harmonies of #BED890
Complementary color
Monochromatic Colors of #BED890
Black with #BED890
Text Example
Text Example
White with #BED890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED890; }
p { color: rgb(190,216,144); }
H1.HeaderClassName
{
color: #BED890;
}
.AnyTagClassName
{
color: #BED890;
}
</style>
background-color css
<style>
a { background-color: #BED890; }
a { background-color: rgb(190,216,144); }
div.DivClassName
{
background-color: #BED890;
}
.BgClassName
{
background-color: #BED890;
}
</style>
border-color css
<style>
span { border-color: #BED890; }
span { border-color: rgb(190,216,144); }
td.TdClassName
{
border-color: #BED890;
}
.TagClassName
{
border-color: #BED890;
}
</style>