Shades of Sprout #BED595
Tints of Sprout #BED595
RGB
CMYK
RGB Variations
Color information
#BED595 (or 0xBED595) is known color: Sprout. HEX triplet: BE, D5 and 95. RGB value is (190,213,149). Sum of RGB (Red+Green+Blue) = 190+213+149=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 213 - color contains mainly: green. Hex color #BED595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED595 is #412A6A. Grayscale: #C7C7C7. Windows color (decimal): -4270699 or 9819582. OLE color: 9819582.
HSL color Cylindrical-coordinate representation of color #BED595: hue angle of 81.56º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BED595 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 149 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.16 |
| HSL | 81.56º | 0.43% | 0.71% | - |
| HSV(B) | 81.56º | 0.3% | 0.84% | - |
| XYZ | 50.45 | 60.71 | 37.49 | - |
| YUV | 198.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 149 | 0.11 | 0 | 0.30 | 0.16 | 81.56 | 0.43 | 0.71 |
| Hex | BE | D5 | 95 | B | 0 | 1E | 10 | 52 | 2B | 47 |
| Octal | 276 | 325 | 225 | 13 | 0 | 36 | 20 | 122 | 53 | 107 |
| Binary | 10111110 | 11010101 | 10010101 | 1011 | 0 | 11110 | 10000 | 1010010 | 101011 | 1000111 |
Color Harmonies of #BED595
Complementary color
Monochromatic Colors of #BED595
Black with #BED595
Text Example
Text Example
White with #BED595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED595; }
p { color: rgb(190,213,149); }
H1.HeaderClassName
{
color: #BED595;
}
.AnyTagClassName
{
color: #BED595;
}
</style>
background-color css
<style>
a { background-color: #BED595; }
a { background-color: rgb(190,213,149); }
div.DivClassName
{
background-color: #BED595;
}
.BgClassName
{
background-color: #BED595;
}
</style>
border-color css
<style>
span { border-color: #BED595; }
span { border-color: rgb(190,213,149); }
td.TdClassName
{
border-color: #BED595;
}
.TagClassName
{
border-color: #BED595;
}
</style>