Shades of Sprout #BED698
Tints of Sprout #BED698
RGB
CMYK
RGB Variations
Color information
#BED698 (or 0xBED698) is known color: Sprout. HEX triplet: BE, D6 and 98. RGB value is (190,214,152). Sum of RGB (Red+Green+Blue) = 190+214+152=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 214 - color contains mainly: green. Hex color #BED698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED698 is #412967. Grayscale: #C7C7C7. Windows color (decimal): -4270440 or 10016446. OLE color: 10016446.
HSL color Cylindrical-coordinate representation of color #BED698: hue angle of 83.23º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BED698 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 152 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.16 |
| HSL | 83.23º | 0.43% | 0.72% | - |
| HSV(B) | 83.23º | 0.29% | 0.84% | - |
| XYZ | 50.95 | 61.31 | 38.85 | - |
| YUV | 199.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 152 | 0.11 | 0 | 0.29 | 0.16 | 83.23 | 0.43 | 0.72 |
| Hex | BE | D6 | 98 | B | 0 | 1D | 10 | 53 | 2B | 48 |
| Octal | 276 | 326 | 230 | 13 | 0 | 35 | 20 | 123 | 53 | 110 |
| Binary | 10111110 | 11010110 | 10011000 | 1011 | 0 | 11101 | 10000 | 1010011 | 101011 | 1001000 |
Color Harmonies of #BED698
Complementary color
Monochromatic Colors of #BED698
Black with #BED698
Text Example
Text Example
White with #BED698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED698; }
p { color: rgb(190,214,152); }
H1.HeaderClassName
{
color: #BED698;
}
.AnyTagClassName
{
color: #BED698;
}
</style>
background-color css
<style>
a { background-color: #BED698; }
a { background-color: rgb(190,214,152); }
div.DivClassName
{
background-color: #BED698;
}
.BgClassName
{
background-color: #BED698;
}
</style>
border-color css
<style>
span { border-color: #BED698; }
span { border-color: rgb(190,214,152); }
td.TdClassName
{
border-color: #BED698;
}
.TagClassName
{
border-color: #BED698;
}
</style>