Shades of Sprout #BED690
Tints of Sprout #BED690
RGB
CMYK
RGB Variations
Color information
#BED690 (or 0xBED690) is known color: Sprout. HEX triplet: BE, D6 and 90. RGB value is (190,214,144). Sum of RGB (Red+Green+Blue) = 190+214+144=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #BED690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED690 is #41296F. Grayscale: #C7C7C7. Windows color (decimal): -4270448 or 9492158. OLE color: 9492158.
HSL color Cylindrical-coordinate representation of color #BED690: hue angle of 80.57º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BED690 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 144 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.16 |
| HSL | 80.57º | 0.46% | 0.7% | - |
| HSV(B) | 80.57º | 0.33% | 0.84% | - |
| XYZ | 50.32 | 61.05 | 35.52 | - |
| YUV | 198.84 | 97.05 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 144 | 0.11 | 0 | 0.33 | 0.16 | 80.57 | 0.46 | 0.7 |
| Hex | BE | D6 | 90 | B | 0 | 21 | 10 | 51 | 2E | 46 |
| Octal | 276 | 326 | 220 | 13 | 0 | 41 | 20 | 121 | 56 | 106 |
| Binary | 10111110 | 11010110 | 10010000 | 1011 | 0 | 100001 | 10000 | 1010001 | 101110 | 1000110 |
Color Harmonies of #BED690
Complementary color
Monochromatic Colors of #BED690
Black with #BED690
Text Example
Text Example
White with #BED690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED690; }
p { color: rgb(190,214,144); }
H1.HeaderClassName
{
color: #BED690;
}
.AnyTagClassName
{
color: #BED690;
}
</style>
background-color css
<style>
a { background-color: #BED690; }
a { background-color: rgb(190,214,144); }
div.DivClassName
{
background-color: #BED690;
}
.BgClassName
{
background-color: #BED690;
}
</style>
border-color css
<style>
span { border-color: #BED690; }
span { border-color: rgb(190,214,144); }
td.TdClassName
{
border-color: #BED690;
}
.TagClassName
{
border-color: #BED690;
}
</style>