Shades of Sprout #BECE9B
Tints of Sprout #BECE9B
RGB
CMYK
RGB Variations
Color information
#BECE9B (or 0xBECE9B) is known color: Sprout. HEX triplet: BE, CE and 9B. RGB value is (190,206,155). Sum of RGB (Red+Green+Blue) = 190+206+155=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE9B is #413164. Grayscale: #C3C3C3. Windows color (decimal): -4272485 or 10211006. OLE color: 10211006.
HSL color Cylindrical-coordinate representation of color #BECE9B: hue angle of 78.82º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BECE9B is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 155 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.19 |
| HSL | 78.82º | 0.34% | 0.71% | - |
| HSV(B) | 78.82º | 0.25% | 0.81% | - |
| XYZ | 49.22 | 57.46 | 39.51 | - |
| YUV | 195.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 155 | 0.08 | 0 | 0.25 | 0.19 | 78.82 | 0.34 | 0.71 |
| Hex | BE | CE | 9B | 8 | 0 | 19 | 13 | 4F | 22 | 47 |
| Octal | 276 | 316 | 233 | 10 | 0 | 31 | 23 | 117 | 42 | 107 |
| Binary | 10111110 | 11001110 | 10011011 | 1000 | 0 | 11001 | 10011 | 1001111 | 100010 | 1000111 |
Color Harmonies of #BECE9B
Complementary color
Monochromatic Colors of #BECE9B
Black with #BECE9B
Text Example
Text Example
White with #BECE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE9B; }
p { color: rgb(190,206,155); }
H1.HeaderClassName
{
color: #BECE9B;
}
.AnyTagClassName
{
color: #BECE9B;
}
</style>
background-color css
<style>
a { background-color: #BECE9B; }
a { background-color: rgb(190,206,155); }
div.DivClassName
{
background-color: #BECE9B;
}
.BgClassName
{
background-color: #BECE9B;
}
</style>
border-color css
<style>
span { border-color: #BECE9B; }
span { border-color: rgb(190,206,155); }
td.TdClassName
{
border-color: #BECE9B;
}
.TagClassName
{
border-color: #BECE9B;
}
</style>