Shades of Sprout #BED999
Tints of Sprout #BED999
RGB
CMYK
RGB Variations
Color information
#BED999 (or 0xBED999) is known color: Sprout. HEX triplet: BE, D9 and 99. RGB value is (190,217,153). Sum of RGB (Red+Green+Blue) = 190+217+153=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 217 - color contains mainly: green. Hex color #BED999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED999 is #412666. Grayscale: #C9C9C9. Windows color (decimal): -4269671 or 10082750. OLE color: 10082750.
HSL color Cylindrical-coordinate representation of color #BED999: hue angle of 85.31º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BED999 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 153 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.15 |
| HSL | 85.31º | 0.46% | 0.73% | - |
| HSV(B) | 85.31º | 0.29% | 0.85% | - |
| XYZ | 51.8 | 62.87 | 39.54 | - |
| YUV | 201.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 153 | 0.12 | 0 | 0.29 | 0.15 | 85.31 | 0.46 | 0.73 |
| Hex | BE | D9 | 99 | C | 0 | 1D | F | 55 | 2E | 49 |
| Octal | 276 | 331 | 231 | 14 | 0 | 35 | 17 | 125 | 56 | 111 |
| Binary | 10111110 | 11011001 | 10011001 | 1100 | 0 | 11101 | 1111 | 1010101 | 101110 | 1001001 |
Color Harmonies of #BED999
Complementary color
Monochromatic Colors of #BED999
Black with #BED999
Text Example
Text Example
White with #BED999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED999; }
p { color: rgb(190,217,153); }
H1.HeaderClassName
{
color: #BED999;
}
.AnyTagClassName
{
color: #BED999;
}
</style>
background-color css
<style>
a { background-color: #BED999; }
a { background-color: rgb(190,217,153); }
div.DivClassName
{
background-color: #BED999;
}
.BgClassName
{
background-color: #BED999;
}
</style>
border-color css
<style>
span { border-color: #BED999; }
span { border-color: rgb(190,217,153); }
td.TdClassName
{
border-color: #BED999;
}
.TagClassName
{
border-color: #BED999;
}
</style>