Shades of Sprout #BED593
Tints of Sprout #BED593
RGB
CMYK
RGB Variations
Color information
#BED593 (or 0xBED593) is known color: Sprout. HEX triplet: BE, D5 and 93. RGB value is (190,213,147). Sum of RGB (Red+Green+Blue) = 190+213+147=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 213 - color contains mainly: green. Hex color #BED593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED593 is #412A6C. Grayscale: #C6C6C6. Windows color (decimal): -4270701 or 9688510. OLE color: 9688510.
HSL color Cylindrical-coordinate representation of color #BED593: hue angle of 80.91º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BED593 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 147 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.16 |
| HSL | 80.91º | 0.44% | 0.71% | - |
| HSV(B) | 80.91º | 0.31% | 0.84% | - |
| XYZ | 50.3 | 60.64 | 36.66 | - |
| YUV | 198.6 | 98.88 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 147 | 0.11 | 0 | 0.31 | 0.16 | 80.91 | 0.44 | 0.71 |
| Hex | BE | D5 | 93 | B | 0 | 1F | 10 | 51 | 2C | 47 |
| Octal | 276 | 325 | 223 | 13 | 0 | 37 | 20 | 121 | 54 | 107 |
| Binary | 10111110 | 11010101 | 10010011 | 1011 | 0 | 11111 | 10000 | 1010001 | 101100 | 1000111 |
Color Harmonies of #BED593
Complementary color
Monochromatic Colors of #BED593
Black with #BED593
Text Example
Text Example
White with #BED593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED593; }
p { color: rgb(190,213,147); }
H1.HeaderClassName
{
color: #BED593;
}
.AnyTagClassName
{
color: #BED593;
}
</style>
background-color css
<style>
a { background-color: #BED593; }
a { background-color: rgb(190,213,147); }
div.DivClassName
{
background-color: #BED593;
}
.BgClassName
{
background-color: #BED593;
}
</style>
border-color css
<style>
span { border-color: #BED593; }
span { border-color: rgb(190,213,147); }
td.TdClassName
{
border-color: #BED593;
}
.TagClassName
{
border-color: #BED593;
}
</style>