Shades of Sprout #BED297
Tints of Sprout #BED297
RGB
CMYK
RGB Variations
Color information
#BED297 (or 0xBED297) is known color: Sprout. HEX triplet: BE, D2 and 97. RGB value is (190,210,151). Sum of RGB (Red+Green+Blue) = 190+210+151=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 210 - color contains mainly: green. Hex color #BED297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED297 is #412D68. Grayscale: #C5C5C5. Windows color (decimal): -4271465 or 9949886. OLE color: 9949886.
HSL color Cylindrical-coordinate representation of color #BED297: hue angle of 80.34º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BED297 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 151 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.18 |
| HSL | 80.34º | 0.4% | 0.71% | - |
| HSV(B) | 80.34º | 0.28% | 0.82% | - |
| XYZ | 49.87 | 59.27 | 38.09 | - |
| YUV | 197.29 | 101.87 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 151 | 0.10 | 0 | 0.28 | 0.18 | 80.34 | 0.4 | 0.71 |
| Hex | BE | D2 | 97 | A | 0 | 1C | 12 | 50 | 28 | 47 |
| Octal | 276 | 322 | 227 | 12 | 0 | 34 | 22 | 120 | 50 | 107 |
| Binary | 10111110 | 11010010 | 10010111 | 1010 | 0 | 11100 | 10010 | 1010000 | 101000 | 1000111 |
Color Harmonies of #BED297
Complementary color
Monochromatic Colors of #BED297
Black with #BED297
Text Example
Text Example
White with #BED297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED297; }
p { color: rgb(190,210,151); }
H1.HeaderClassName
{
color: #BED297;
}
.AnyTagClassName
{
color: #BED297;
}
</style>
background-color css
<style>
a { background-color: #BED297; }
a { background-color: rgb(190,210,151); }
div.DivClassName
{
background-color: #BED297;
}
.BgClassName
{
background-color: #BED297;
}
</style>
border-color css
<style>
span { border-color: #BED297; }
span { border-color: rgb(190,210,151); }
td.TdClassName
{
border-color: #BED297;
}
.TagClassName
{
border-color: #BED297;
}
</style>