Shades of Sprout #BED29B
Tints of Sprout #BED29B
RGB
CMYK
RGB Variations
Color information
#BED29B (or 0xBED29B) is known color: Sprout. HEX triplet: BE, D2 and 9B. RGB value is (190,210,155). Sum of RGB (Red+Green+Blue) = 190+210+155=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 210 - color contains mainly: green. Hex color #BED29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED29B is #412D64. Grayscale: #C5C5C5. Windows color (decimal): -4271461 or 10212030. OLE color: 10212030.
HSL color Cylindrical-coordinate representation of color #BED29B: hue angle of 81.82º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BED29B is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 155 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.18 |
| HSL | 81.82º | 0.38% | 0.72% | - |
| HSV(B) | 81.82º | 0.26% | 0.82% | - |
| XYZ | 50.2 | 59.41 | 39.83 | - |
| YUV | 197.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 155 | 0.10 | 0 | 0.26 | 0.18 | 81.82 | 0.38 | 0.72 |
| Hex | BE | D2 | 9B | A | 0 | 1A | 12 | 52 | 26 | 48 |
| Octal | 276 | 322 | 233 | 12 | 0 | 32 | 22 | 122 | 46 | 110 |
| Binary | 10111110 | 11010010 | 10011011 | 1010 | 0 | 11010 | 10010 | 1010010 | 100110 | 1001000 |
Color Harmonies of #BED29B
Complementary color
Monochromatic Colors of #BED29B
Black with #BED29B
Text Example
Text Example
White with #BED29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED29B; }
p { color: rgb(190,210,155); }
H1.HeaderClassName
{
color: #BED29B;
}
.AnyTagClassName
{
color: #BED29B;
}
</style>
background-color css
<style>
a { background-color: #BED29B; }
a { background-color: rgb(190,210,155); }
div.DivClassName
{
background-color: #BED29B;
}
.BgClassName
{
background-color: #BED29B;
}
</style>
border-color css
<style>
span { border-color: #BED29B; }
span { border-color: rgb(190,210,155); }
td.TdClassName
{
border-color: #BED29B;
}
.TagClassName
{
border-color: #BED29B;
}
</style>