Shades of Sprout #BDDB8F
Tints of Sprout #BDDB8F
RGB
CMYK
RGB Variations
Color information
#BDDB8F (or 0xBDDB8F) is known color: Sprout. HEX triplet: BD, DB and 8F. RGB value is (189,219,143). Sum of RGB (Red+Green+Blue) = 189+219+143=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 143 (56.25% from 255 or 25.95% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB8F is #422470. Grayscale: #C9C9C9. Windows color (decimal): -4334705 or 9427901. OLE color: 9427901.
HSL color Cylindrical-coordinate representation of color #BDDB8F: hue angle of 83.68º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDDB8F is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 143 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.14 |
| HSL | 83.68º | 0.51% | 0.71% | - |
| HSV(B) | 83.68º | 0.35% | 0.86% | - |
| XYZ | 51.28 | 63.47 | 35.53 | - |
| YUV | 201.37 | 95.06 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 143 | 0.14 | 0 | 0.35 | 0.14 | 83.68 | 0.51 | 0.71 |
| Hex | BD | DB | 8F | E | 0 | 23 | E | 54 | 33 | 47 |
| Octal | 275 | 333 | 217 | 16 | 0 | 43 | 16 | 124 | 63 | 107 |
| Binary | 10111101 | 11011011 | 10001111 | 1110 | 0 | 100011 | 1110 | 1010100 | 110011 | 1000111 |
Color Harmonies of #BDDB8F
Complementary color
Monochromatic Colors of #BDDB8F
Black with #BDDB8F
Text Example
Text Example
White with #BDDB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB8F; }
p { color: rgb(189,219,143); }
H1.HeaderClassName
{
color: #BDDB8F;
}
.AnyTagClassName
{
color: #BDDB8F;
}
</style>
background-color css
<style>
a { background-color: #BDDB8F; }
a { background-color: rgb(189,219,143); }
div.DivClassName
{
background-color: #BDDB8F;
}
.BgClassName
{
background-color: #BDDB8F;
}
</style>
border-color css
<style>
span { border-color: #BDDB8F; }
span { border-color: rgb(189,219,143); }
td.TdClassName
{
border-color: #BDDB8F;
}
.TagClassName
{
border-color: #BDDB8F;
}
</style>