Shades of Sprout #BBCD8E
Tints of Sprout #BBCD8E
RGB
CMYK
RGB Variations
Color information
#BBCD8E (or 0xBBCD8E) is known color: Sprout. HEX triplet: BB, CD and 8E. RGB value is (187,205,142). Sum of RGB (Red+Green+Blue) = 187+205+142=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCD8E is #443271. Grayscale: #C0C0C0. Windows color (decimal): -4469362 or 9358779. OLE color: 9358779.
HSL color Cylindrical-coordinate representation of color #BBCD8E: hue angle of 77.14º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBCD8E is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 142 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.20 |
| HSL | 77.14º | 0.39% | 0.68% | - |
| HSV(B) | 77.14º | 0.31% | 0.8% | - |
| XYZ | 47.21 | 56.18 | 33.95 | - |
| YUV | 192.44 | 99.54 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 142 | 0.09 | 0 | 0.31 | 0.20 | 77.14 | 0.39 | 0.68 |
| Hex | BB | CD | 8E | 9 | 0 | 1F | 14 | 4D | 27 | 44 |
| Octal | 273 | 315 | 216 | 11 | 0 | 37 | 24 | 115 | 47 | 104 |
| Binary | 10111011 | 11001101 | 10001110 | 1001 | 0 | 11111 | 10100 | 1001101 | 100111 | 1000100 |
Color Harmonies of #BBCD8E
Complementary color
Monochromatic Colors of #BBCD8E
Black with #BBCD8E
Text Example
Text Example
White with #BBCD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD8E; }
p { color: rgb(187,205,142); }
H1.HeaderClassName
{
color: #BBCD8E;
}
.AnyTagClassName
{
color: #BBCD8E;
}
</style>
background-color css
<style>
a { background-color: #BBCD8E; }
a { background-color: rgb(187,205,142); }
div.DivClassName
{
background-color: #BBCD8E;
}
.BgClassName
{
background-color: #BBCD8E;
}
</style>
border-color css
<style>
span { border-color: #BBCD8E; }
span { border-color: rgb(187,205,142); }
td.TdClassName
{
border-color: #BBCD8E;
}
.TagClassName
{
border-color: #BBCD8E;
}
</style>