Shades of Sprout #BDCD9C
Tints of Sprout #BDCD9C
RGB
CMYK
RGB Variations
Color information
#BDCD9C (or 0xBDCD9C) is known color: Sprout. HEX triplet: BD, CD and 9C. RGB value is (189,205,156). Sum of RGB (Red+Green+Blue) = 189+205+156=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD9C is #423263. Grayscale: #C2C2C2. Windows color (decimal): -4338276 or 10276285. OLE color: 10276285.
HSL color Cylindrical-coordinate representation of color #BDCD9C: hue angle of 79.59º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDCD9C is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 156 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.20 |
| HSL | 79.59º | 0.33% | 0.71% | - |
| HSV(B) | 79.59º | 0.24% | 0.8% | - |
| XYZ | 48.82 | 56.88 | 39.86 | - |
| YUV | 194.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 156 | 0.08 | 0 | 0.24 | 0.20 | 79.59 | 0.33 | 0.71 |
| Hex | BD | CD | 9C | 8 | 0 | 18 | 14 | 50 | 21 | 47 |
| Octal | 275 | 315 | 234 | 10 | 0 | 30 | 24 | 120 | 41 | 107 |
| Binary | 10111101 | 11001101 | 10011100 | 1000 | 0 | 11000 | 10100 | 1010000 | 100001 | 1000111 |
Color Harmonies of #BDCD9C
Complementary color
Monochromatic Colors of #BDCD9C
Black with #BDCD9C
Text Example
Text Example
White with #BDCD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD9C; }
p { color: rgb(189,205,156); }
H1.HeaderClassName
{
color: #BDCD9C;
}
.AnyTagClassName
{
color: #BDCD9C;
}
</style>
background-color css
<style>
a { background-color: #BDCD9C; }
a { background-color: rgb(189,205,156); }
div.DivClassName
{
background-color: #BDCD9C;
}
.BgClassName
{
background-color: #BDCD9C;
}
</style>
border-color css
<style>
span { border-color: #BDCD9C; }
span { border-color: rgb(189,205,156); }
td.TdClassName
{
border-color: #BDCD9C;
}
.TagClassName
{
border-color: #BDCD9C;
}
</style>