Shades of Sprout #B0BC9E
Tints of Sprout #B0BC9E
RGB
CMYK
RGB Variations
Color information
#B0BC9E (or 0xB0BC9E) is known color: Sprout. HEX triplet: B0, BC and 9E. RGB value is (176,188,158). Sum of RGB (Red+Green+Blue) = 176+188+158=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BC9E is #4F4361. Grayscale: #B5B5B5. Windows color (decimal): -5194594 or 10402992. OLE color: 10402992.
HSL color Cylindrical-coordinate representation of color #B0BC9E: hue angle of 84º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0BC9E is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 158 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.26 |
| HSL | 84º | 0.18% | 0.68% | - |
| HSV(B) | 84º | 0.16% | 0.74% | - |
| XYZ | 42.06 | 47.67 | 39.33 | - |
| YUV | 180.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 158 | 0.06 | 0 | 0.16 | 0.26 | 84 | 0.18 | 0.68 |
| Hex | B0 | BC | 9E | 6 | 0 | 10 | 1A | 54 | 12 | 44 |
| Octal | 260 | 274 | 236 | 6 | 0 | 20 | 32 | 124 | 22 | 104 |
| Binary | 10110000 | 10111100 | 10011110 | 110 | 0 | 10000 | 11010 | 1010100 | 10010 | 1000100 |
Color Harmonies of #B0BC9E
Complementary color
Monochromatic Colors of #B0BC9E
Black with #B0BC9E
Text Example
Text Example
White with #B0BC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC9E; }
p { color: rgb(176,188,158); }
H1.HeaderClassName
{
color: #B0BC9E;
}
.AnyTagClassName
{
color: #B0BC9E;
}
</style>
background-color css
<style>
a { background-color: #B0BC9E; }
a { background-color: rgb(176,188,158); }
div.DivClassName
{
background-color: #B0BC9E;
}
.BgClassName
{
background-color: #B0BC9E;
}
</style>
border-color css
<style>
span { border-color: #B0BC9E; }
span { border-color: rgb(176,188,158); }
td.TdClassName
{
border-color: #B0BC9E;
}
.TagClassName
{
border-color: #B0BC9E;
}
</style>