Shades of Sprout #BED48F
Tints of Sprout #BED48F
RGB
CMYK
RGB Variations
Color information
#BED48F (or 0xBED48F) is known color: Sprout. HEX triplet: BE, D4 and 8F. RGB value is (190,212,143). Sum of RGB (Red+Green+Blue) = 190+212+143=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 212 - color contains mainly: green. Hex color #BED48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED48F is #412B70. Grayscale: #C5C5C5. Windows color (decimal): -4270961 or 9426110. OLE color: 9426110.
HSL color Cylindrical-coordinate representation of color #BED48F: hue angle of 79.13º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BED48F is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 143 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.17 |
| HSL | 79.13º | 0.45% | 0.7% | - |
| HSV(B) | 79.13º | 0.33% | 0.83% | - |
| XYZ | 49.74 | 60.02 | 34.95 | - |
| YUV | 197.56 | 97.21 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 143 | 0.10 | 0 | 0.33 | 0.17 | 79.13 | 0.45 | 0.7 |
| Hex | BE | D4 | 8F | A | 0 | 21 | 11 | 4F | 2D | 46 |
| Octal | 276 | 324 | 217 | 12 | 0 | 41 | 21 | 117 | 55 | 106 |
| Binary | 10111110 | 11010100 | 10001111 | 1010 | 0 | 100001 | 10001 | 1001111 | 101101 | 1000110 |
Color Harmonies of #BED48F
Complementary color
Monochromatic Colors of #BED48F
Black with #BED48F
Text Example
Text Example
White with #BED48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED48F; }
p { color: rgb(190,212,143); }
H1.HeaderClassName
{
color: #BED48F;
}
.AnyTagClassName
{
color: #BED48F;
}
</style>
background-color css
<style>
a { background-color: #BED48F; }
a { background-color: rgb(190,212,143); }
div.DivClassName
{
background-color: #BED48F;
}
.BgClassName
{
background-color: #BED48F;
}
</style>
border-color css
<style>
span { border-color: #BED48F; }
span { border-color: rgb(190,212,143); }
td.TdClassName
{
border-color: #BED48F;
}
.TagClassName
{
border-color: #BED48F;
}
</style>