Shades of Sprout #BECE9D
Tints of Sprout #BECE9D
RGB
CMYK
RGB Variations
Color information
#BECE9D (or 0xBECE9D) is known color: Sprout. HEX triplet: BE, CE and 9D. RGB value is (190,206,157). Sum of RGB (Red+Green+Blue) = 190+206+157=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE9D is #413162. Grayscale: #C3C3C3. Windows color (decimal): -4272483 or 10342078. OLE color: 10342078.
HSL color Cylindrical-coordinate representation of color #BECE9D: hue angle of 79.59º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BECE9D is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 157 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.19 |
| HSL | 79.59º | 0.33% | 0.71% | - |
| HSV(B) | 79.59º | 0.24% | 0.81% | - |
| XYZ | 49.39 | 57.52 | 40.4 | - |
| YUV | 195.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 157 | 0.08 | 0 | 0.24 | 0.19 | 79.59 | 0.33 | 0.71 |
| Hex | BE | CE | 9D | 8 | 0 | 18 | 13 | 50 | 21 | 47 |
| Octal | 276 | 316 | 235 | 10 | 0 | 30 | 23 | 120 | 41 | 107 |
| Binary | 10111110 | 11001110 | 10011101 | 1000 | 0 | 11000 | 10011 | 1010000 | 100001 | 1000111 |
Color Harmonies of #BECE9D
Complementary color
Monochromatic Colors of #BECE9D
Black with #BECE9D
Text Example
Text Example
White with #BECE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE9D; }
p { color: rgb(190,206,157); }
H1.HeaderClassName
{
color: #BECE9D;
}
.AnyTagClassName
{
color: #BECE9D;
}
</style>
background-color css
<style>
a { background-color: #BECE9D; }
a { background-color: rgb(190,206,157); }
div.DivClassName
{
background-color: #BECE9D;
}
.BgClassName
{
background-color: #BECE9D;
}
</style>
border-color css
<style>
span { border-color: #BECE9D; }
span { border-color: rgb(190,206,157); }
td.TdClassName
{
border-color: #BECE9D;
}
.TagClassName
{
border-color: #BECE9D;
}
</style>