Shades of Sprout #BEDE97
Tints of Sprout #BEDE97
RGB
CMYK
RGB Variations
Color information
#BEDE97 (or 0xBEDE97) is known color: Sprout. HEX triplet: BE, DE and 97. RGB value is (190,222,151). Sum of RGB (Red+Green+Blue) = 190+222+151=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDE97 is #412168. Grayscale: #CCCCCC. Windows color (decimal): -4268393 or 9952958. OLE color: 9952958.
HSL color Cylindrical-coordinate representation of color #BEDE97: hue angle of 87.04º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEDE97 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 151 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.13 |
| HSL | 87.04º | 0.52% | 0.73% | - |
| HSV(B) | 87.04º | 0.32% | 0.87% | - |
| XYZ | 52.94 | 65.42 | 39.12 | - |
| YUV | 204.34 | 97.9 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 151 | 0.14 | 0 | 0.32 | 0.13 | 87.04 | 0.52 | 0.73 |
| Hex | BE | DE | 97 | E | 0 | 20 | D | 57 | 34 | 49 |
| Octal | 276 | 336 | 227 | 16 | 0 | 40 | 15 | 127 | 64 | 111 |
| Binary | 10111110 | 11011110 | 10010111 | 1110 | 0 | 100000 | 1101 | 1010111 | 110100 | 1001001 |
Color Harmonies of #BEDE97
Complementary color
Monochromatic Colors of #BEDE97
Black with #BEDE97
Text Example
Text Example
White with #BEDE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDE97; }
p { color: rgb(190,222,151); }
H1.HeaderClassName
{
color: #BEDE97;
}
.AnyTagClassName
{
color: #BEDE97;
}
</style>
background-color css
<style>
a { background-color: #BEDE97; }
a { background-color: rgb(190,222,151); }
div.DivClassName
{
background-color: #BEDE97;
}
.BgClassName
{
background-color: #BEDE97;
}
</style>
border-color css
<style>
span { border-color: #BEDE97; }
span { border-color: rgb(190,222,151); }
td.TdClassName
{
border-color: #BEDE97;
}
.TagClassName
{
border-color: #BEDE97;
}
</style>