Shades of Sprout #BBDB8E
Tints of Sprout #BBDB8E
RGB
CMYK
RGB Variations
Color information
#BBDB8E (or 0xBBDB8E) is known color: Sprout. HEX triplet: BB, DB and 8E. RGB value is (187,219,142). Sum of RGB (Red+Green+Blue) = 187+219+142=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB8E is #442471. Grayscale: #C8C8C8. Windows color (decimal): -4465778 or 9362363. OLE color: 9362363.
HSL color Cylindrical-coordinate representation of color #BBDB8E: hue angle of 84.94º degrees, saturation: 0.52, 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 #BBDB8E is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 142 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.14 |
| HSL | 84.94º | 0.52% | 0.71% | - |
| HSV(B) | 84.94º | 0.35% | 0.86% | - |
| XYZ | 50.71 | 63.18 | 35.11 | - |
| YUV | 200.65 | 94.9 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 142 | 0.15 | 0 | 0.35 | 0.14 | 84.94 | 0.52 | 0.71 |
| Hex | BB | DB | 8E | F | 0 | 23 | E | 55 | 34 | 47 |
| Octal | 273 | 333 | 216 | 17 | 0 | 43 | 16 | 125 | 64 | 107 |
| Binary | 10111011 | 11011011 | 10001110 | 1111 | 0 | 100011 | 1110 | 1010101 | 110100 | 1000111 |
Color Harmonies of #BBDB8E
Complementary color
Monochromatic Colors of #BBDB8E
Black with #BBDB8E
Text Example
Text Example
White with #BBDB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB8E; }
p { color: rgb(187,219,142); }
H1.HeaderClassName
{
color: #BBDB8E;
}
.AnyTagClassName
{
color: #BBDB8E;
}
</style>
background-color css
<style>
a { background-color: #BBDB8E; }
a { background-color: rgb(187,219,142); }
div.DivClassName
{
background-color: #BBDB8E;
}
.BgClassName
{
background-color: #BBDB8E;
}
</style>
border-color css
<style>
span { border-color: #BBDB8E; }
span { border-color: rgb(187,219,142); }
td.TdClassName
{
border-color: #BBDB8E;
}
.TagClassName
{
border-color: #BBDB8E;
}
</style>