Shades of Sprout #BED998
Tints of Sprout #BED998
RGB
CMYK
RGB Variations
Color information
#BED998 (or 0xBED998) is known color: Sprout. HEX triplet: BE, D9 and 98. RGB value is (190,217,152). Sum of RGB (Red+Green+Blue) = 190+217+152=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #BED998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED998 is #412667. Grayscale: #C9C9C9. Windows color (decimal): -4269672 or 10017214. OLE color: 10017214.
HSL color Cylindrical-coordinate representation of color #BED998: hue angle of 84.92º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BED998 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 152 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.15 |
| HSL | 84.92º | 0.46% | 0.72% | - |
| HSV(B) | 84.92º | 0.3% | 0.85% | - |
| XYZ | 51.72 | 62.84 | 39.11 | - |
| YUV | 201.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 152 | 0.12 | 0 | 0.30 | 0.15 | 84.92 | 0.46 | 0.72 |
| Hex | BE | D9 | 98 | C | 0 | 1E | F | 55 | 2E | 48 |
| Octal | 276 | 331 | 230 | 14 | 0 | 36 | 17 | 125 | 56 | 110 |
| Binary | 10111110 | 11011001 | 10011000 | 1100 | 0 | 11110 | 1111 | 1010101 | 101110 | 1001000 |
Color Harmonies of #BED998
Complementary color
Monochromatic Colors of #BED998
Black with #BED998
Text Example
Text Example
White with #BED998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED998; }
p { color: rgb(190,217,152); }
H1.HeaderClassName
{
color: #BED998;
}
.AnyTagClassName
{
color: #BED998;
}
</style>
background-color css
<style>
a { background-color: #BED998; }
a { background-color: rgb(190,217,152); }
div.DivClassName
{
background-color: #BED998;
}
.BgClassName
{
background-color: #BED998;
}
</style>
border-color css
<style>
span { border-color: #BED998; }
span { border-color: rgb(190,217,152); }
td.TdClassName
{
border-color: #BED998;
}
.TagClassName
{
border-color: #BED998;
}
</style>