Shades of Sprout #BED193
Tints of Sprout #BED193
RGB
CMYK
RGB Variations
Color information
#BED193 (or 0xBED193) is known color: Sprout. HEX triplet: BE, D1 and 93. RGB value is (190,209,147). Sum of RGB (Red+Green+Blue) = 190+209+147=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 209 - color contains mainly: green. Hex color #BED193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED193 is #412E6C. Grayscale: #C4C4C4. Windows color (decimal): -4271725 or 9687486. OLE color: 9687486.
HSL color Cylindrical-coordinate representation of color #BED193: hue angle of 78.39º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BED193 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 147 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.18 |
| HSL | 78.39º | 0.4% | 0.7% | - |
| HSV(B) | 78.39º | 0.3% | 0.82% | - |
| XYZ | 49.3 | 58.65 | 36.33 | - |
| YUV | 196.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 147 | 0.09 | 0 | 0.30 | 0.18 | 78.39 | 0.4 | 0.7 |
| Hex | BE | D1 | 93 | 9 | 0 | 1E | 12 | 4E | 28 | 46 |
| Octal | 276 | 321 | 223 | 11 | 0 | 36 | 22 | 116 | 50 | 106 |
| Binary | 10111110 | 11010001 | 10010011 | 1001 | 0 | 11110 | 10010 | 1001110 | 101000 | 1000110 |
Color Harmonies of #BED193
Complementary color
Monochromatic Colors of #BED193
Black with #BED193
Text Example
Text Example
White with #BED193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED193; }
p { color: rgb(190,209,147); }
H1.HeaderClassName
{
color: #BED193;
}
.AnyTagClassName
{
color: #BED193;
}
</style>
background-color css
<style>
a { background-color: #BED193; }
a { background-color: rgb(190,209,147); }
div.DivClassName
{
background-color: #BED193;
}
.BgClassName
{
background-color: #BED193;
}
</style>
border-color css
<style>
span { border-color: #BED193; }
span { border-color: rgb(190,209,147); }
td.TdClassName
{
border-color: #BED193;
}
.TagClassName
{
border-color: #BED193;
}
</style>