Shades of Sprout #BDCEA0
Tints of Sprout #BDCEA0
RGB
CMYK
RGB Variations
Color information
#BDCEA0 (or 0xBDCEA0) is known color: Sprout. HEX triplet: BD, CE and A0. RGB value is (189,206,160). Sum of RGB (Red+Green+Blue) = 189+206+160=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCEA0 is #42315F. Grayscale: #C3C3C3. Windows color (decimal): -4338016 or 10538685. OLE color: 10538685.
HSL color Cylindrical-coordinate representation of color #BDCEA0: hue angle of 82.17º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDCEA0 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 160 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.19 |
| HSL | 82.17º | 0.32% | 0.72% | - |
| HSV(B) | 82.17º | 0.22% | 0.81% | - |
| XYZ | 49.4 | 57.5 | 41.75 | - |
| YUV | 195.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 160 | 0.08 | 0 | 0.22 | 0.19 | 82.17 | 0.32 | 0.72 |
| Hex | BD | CE | A0 | 8 | 0 | 16 | 13 | 52 | 20 | 48 |
| Octal | 275 | 316 | 240 | 10 | 0 | 26 | 23 | 122 | 40 | 110 |
| Binary | 10111101 | 11001110 | 10100000 | 1000 | 0 | 10110 | 10011 | 1010010 | 100000 | 1001000 |
Color Harmonies of #BDCEA0
Complementary color
Monochromatic Colors of #BDCEA0
Black with #BDCEA0
Text Example
Text Example
White with #BDCEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCEA0; }
p { color: rgb(189,206,160); }
H1.HeaderClassName
{
color: #BDCEA0;
}
.AnyTagClassName
{
color: #BDCEA0;
}
</style>
background-color css
<style>
a { background-color: #BDCEA0; }
a { background-color: rgb(189,206,160); }
div.DivClassName
{
background-color: #BDCEA0;
}
.BgClassName
{
background-color: #BDCEA0;
}
</style>
border-color css
<style>
span { border-color: #BDCEA0; }
span { border-color: rgb(189,206,160); }
td.TdClassName
{
border-color: #BDCEA0;
}
.TagClassName
{
border-color: #BDCEA0;
}
</style>