Shades of Sprout #BED695
Tints of Sprout #BED695
RGB
CMYK
RGB Variations
Color information
#BED695 (or 0xBED695) is known color: Sprout. HEX triplet: BE, D6 and 95. RGB value is (190,214,149). Sum of RGB (Red+Green+Blue) = 190+214+149=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #BED695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED695 is #41296A. Grayscale: #C7C7C7. Windows color (decimal): -4270443 or 9819838. OLE color: 9819838.
HSL color Cylindrical-coordinate representation of color #BED695: hue angle of 82.15º degrees, saturation: 0.44, 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 #BED695 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 149 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.16 |
| HSL | 82.15º | 0.44% | 0.71% | - |
| HSV(B) | 82.15º | 0.3% | 0.84% | - |
| XYZ | 50.71 | 61.21 | 37.58 | - |
| YUV | 199.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 149 | 0.11 | 0 | 0.30 | 0.16 | 82.15 | 0.44 | 0.71 |
| Hex | BE | D6 | 95 | B | 0 | 1E | 10 | 52 | 2C | 47 |
| Octal | 276 | 326 | 225 | 13 | 0 | 36 | 20 | 122 | 54 | 107 |
| Binary | 10111110 | 11010110 | 10010101 | 1011 | 0 | 11110 | 10000 | 1010010 | 101100 | 1000111 |
Color Harmonies of #BED695
Complementary color
Monochromatic Colors of #BED695
Black with #BED695
Text Example
Text Example
White with #BED695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED695; }
p { color: rgb(190,214,149); }
H1.HeaderClassName
{
color: #BED695;
}
.AnyTagClassName
{
color: #BED695;
}
</style>
background-color css
<style>
a { background-color: #BED695; }
a { background-color: rgb(190,214,149); }
div.DivClassName
{
background-color: #BED695;
}
.BgClassName
{
background-color: #BED695;
}
</style>
border-color css
<style>
span { border-color: #BED695; }
span { border-color: rgb(190,214,149); }
td.TdClassName
{
border-color: #BED695;
}
.TagClassName
{
border-color: #BED695;
}
</style>