Shades of Sprout #BECDA0
Tints of Sprout #BECDA0
RGB
CMYK
RGB Variations
Color information
#BECDA0 (or 0xBECDA0) is known color: Sprout. HEX triplet: BE, CD and A0. RGB value is (190,205,160). Sum of RGB (Red+Green+Blue) = 190+205+160=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECDA0 is #41325F. Grayscale: #C3C3C3. Windows color (decimal): -4272736 or 10538430. OLE color: 10538430.
HSL color Cylindrical-coordinate representation of color #BECDA0: hue angle of 80º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BECDA0 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
RGB | 190 | 205 | 160 | - |
CMYK | 0.07 | 0 | 0.22 | 0.20 |
HSL | 80º | 0.31% | 0.72% | - |
HSV(B) | 80º | 0.22% | 0.8% | - |
XYZ | 49.41 | 57.15 | 41.68 | - |
YUV | 195.39 | 108.03 | 124.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 205 | 160 | 0.07 | 0 | 0.22 | 0.20 | 80 | 0.31 | 0.72 |
Hex | BE | CD | A0 | 7 | 0 | 16 | 14 | 50 | 1F | 48 |
Octal | 276 | 315 | 240 | 7 | 0 | 26 | 24 | 120 | 37 | 110 |
Binary | 10111110 | 11001101 | 10100000 | 111 | 0 | 10110 | 10100 | 1010000 | 11111 | 1001000 |
Color Harmonies of #BECDA0
Complementary color
Monochromatic Colors of #BECDA0
Black with #BECDA0
Text Example
Text Example
White with #BECDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDA0; }
p { color: rgb(190,205,160); }
H1.HeaderClassName
{
color: #BECDA0;
}
.AnyTagClassName
{
color: #BECDA0;
}
</style>
background-color css
<style>
a { background-color: #BECDA0; }
a { background-color: rgb(190,205,160); }
div.DivClassName
{
background-color: #BECDA0;
}
.BgClassName
{
background-color: #BECDA0;
}
</style>
border-color css
<style>
span { border-color: #BECDA0; }
span { border-color: rgb(190,205,160); }
td.TdClassName
{
border-color: #BECDA0;
}
.TagClassName
{
border-color: #BECDA0;
}
</style>