Shades of Sprout #BED493
Tints of Sprout #BED493
RGB
CMYK
RGB Variations
Color information
#BED493 (or 0xBED493) is known color: Sprout. HEX triplet: BE, D4 and 93. RGB value is (190,212,147). Sum of RGB (Red+Green+Blue) = 190+212+147=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 212 - color contains mainly: green. Hex color #BED493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED493 is #412B6C. Grayscale: #C6C6C6. Windows color (decimal): -4270957 or 9688254. OLE color: 9688254.
HSL color Cylindrical-coordinate representation of color #BED493: hue angle of 80.31º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BED493 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 147 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.17 |
| HSL | 80.31º | 0.43% | 0.7% | - |
| HSV(B) | 80.31º | 0.31% | 0.83% | - |
| XYZ | 50.05 | 60.14 | 36.57 | - |
| YUV | 198.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 147 | 0.10 | 0 | 0.31 | 0.17 | 80.31 | 0.43 | 0.7 |
| Hex | BE | D4 | 93 | A | 0 | 1F | 11 | 50 | 2B | 46 |
| Octal | 276 | 324 | 223 | 12 | 0 | 37 | 21 | 120 | 53 | 106 |
| Binary | 10111110 | 11010100 | 10010011 | 1010 | 0 | 11111 | 10001 | 1010000 | 101011 | 1000110 |
Color Harmonies of #BED493
Complementary color
Monochromatic Colors of #BED493
Black with #BED493
Text Example
Text Example
White with #BED493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED493; }
p { color: rgb(190,212,147); }
H1.HeaderClassName
{
color: #BED493;
}
.AnyTagClassName
{
color: #BED493;
}
</style>
background-color css
<style>
a { background-color: #BED493; }
a { background-color: rgb(190,212,147); }
div.DivClassName
{
background-color: #BED493;
}
.BgClassName
{
background-color: #BED493;
}
</style>
border-color css
<style>
span { border-color: #BED493; }
span { border-color: rgb(190,212,147); }
td.TdClassName
{
border-color: #BED493;
}
.TagClassName
{
border-color: #BED493;
}
</style>