Shades of Sprout #BED299
Tints of Sprout #BED299
RGB
CMYK
RGB Variations
Color information
#BED299 (or 0xBED299) is known color: Sprout. HEX triplet: BE, D2 and 99. RGB value is (190,210,153). Sum of RGB (Red+Green+Blue) = 190+210+153=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 210 - color contains mainly: green. Hex color #BED299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED299 is #412D66. Grayscale: #C5C5C5. Windows color (decimal): -4271463 or 10080958. OLE color: 10080958.
HSL color Cylindrical-coordinate representation of color #BED299: hue angle of 81.05º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BED299 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 153 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.18 |
| HSL | 81.05º | 0.39% | 0.71% | - |
| HSV(B) | 81.05º | 0.27% | 0.82% | - |
| XYZ | 50.03 | 59.34 | 38.95 | - |
| YUV | 197.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 153 | 0.10 | 0 | 0.27 | 0.18 | 81.05 | 0.39 | 0.71 |
| Hex | BE | D2 | 99 | A | 0 | 1B | 12 | 51 | 27 | 47 |
| Octal | 276 | 322 | 231 | 12 | 0 | 33 | 22 | 121 | 47 | 107 |
| Binary | 10111110 | 11010010 | 10011001 | 1010 | 0 | 11011 | 10010 | 1010001 | 100111 | 1000111 |
Color Harmonies of #BED299
Complementary color
Monochromatic Colors of #BED299
Black with #BED299
Text Example
Text Example
White with #BED299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED299; }
p { color: rgb(190,210,153); }
H1.HeaderClassName
{
color: #BED299;
}
.AnyTagClassName
{
color: #BED299;
}
</style>
background-color css
<style>
a { background-color: #BED299; }
a { background-color: rgb(190,210,153); }
div.DivClassName
{
background-color: #BED299;
}
.BgClassName
{
background-color: #BED299;
}
</style>
border-color css
<style>
span { border-color: #BED299; }
span { border-color: rgb(190,210,153); }
td.TdClassName
{
border-color: #BED299;
}
.TagClassName
{
border-color: #BED299;
}
</style>