Shades of Sprout #BDD09C
Tints of Sprout #BDD09C
RGB
CMYK
RGB Variations
Color information
#BDD09C (or 0xBDD09C) is known color: Sprout. HEX triplet: BD, D0 and 9C. RGB value is (189,208,156). Sum of RGB (Red+Green+Blue) = 189+208+156=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD09C is #422F63. Grayscale: #C4C4C4. Windows color (decimal): -4337508 or 10277053. OLE color: 10277053.
HSL color Cylindrical-coordinate representation of color #BDD09C: hue angle of 81.92º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD09C is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 156 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.18 |
| HSL | 81.92º | 0.36% | 0.71% | - |
| HSV(B) | 81.92º | 0.25% | 0.82% | - |
| XYZ | 49.54 | 58.33 | 40.1 | - |
| YUV | 196.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 156 | 0.09 | 0 | 0.25 | 0.18 | 81.92 | 0.36 | 0.71 |
| Hex | BD | D0 | 9C | 9 | 0 | 19 | 12 | 52 | 24 | 47 |
| Octal | 275 | 320 | 234 | 11 | 0 | 31 | 22 | 122 | 44 | 107 |
| Binary | 10111101 | 11010000 | 10011100 | 1001 | 0 | 11001 | 10010 | 1010010 | 100100 | 1000111 |
Color Harmonies of #BDD09C
Complementary color
Monochromatic Colors of #BDD09C
Black with #BDD09C
Text Example
Text Example
White with #BDD09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD09C; }
p { color: rgb(189,208,156); }
H1.HeaderClassName
{
color: #BDD09C;
}
.AnyTagClassName
{
color: #BDD09C;
}
</style>
background-color css
<style>
a { background-color: #BDD09C; }
a { background-color: rgb(189,208,156); }
div.DivClassName
{
background-color: #BDD09C;
}
.BgClassName
{
background-color: #BDD09C;
}
</style>
border-color css
<style>
span { border-color: #BDD09C; }
span { border-color: rgb(189,208,156); }
td.TdClassName
{
border-color: #BDD09C;
}
.TagClassName
{
border-color: #BDD09C;
}
</style>