Shades of Sprout #B0BCA0
Tints of Sprout #B0BCA0
RGB
CMYK
RGB Variations
Color information
#B0BCA0 (or 0xB0BCA0) is known color: Sprout. HEX triplet: B0, BC and A0. RGB value is (176,188,160). Sum of RGB (Red+Green+Blue) = 176+188+160=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BCA0 is #4F435F. Grayscale: #B5B5B5. Windows color (decimal): -5194592 or 10534064. OLE color: 10534064.
HSL color Cylindrical-coordinate representation of color #B0BCA0: hue angle of 85.71º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0BCA0 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 160 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.26 |
| HSL | 85.71º | 0.17% | 0.68% | - |
| HSV(B) | 85.71º | 0.15% | 0.74% | - |
| XYZ | 42.23 | 47.73 | 40.25 | - |
| YUV | 181.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 160 | 0.06 | 0 | 0.15 | 0.26 | 85.71 | 0.17 | 0.68 |
| Hex | B0 | BC | A0 | 6 | 0 | F | 1A | 56 | 11 | 44 |
| Octal | 260 | 274 | 240 | 6 | 0 | 17 | 32 | 126 | 21 | 104 |
| Binary | 10110000 | 10111100 | 10100000 | 110 | 0 | 1111 | 11010 | 1010110 | 10001 | 1000100 |
Color Harmonies of #B0BCA0
Complementary color
Monochromatic Colors of #B0BCA0
Black with #B0BCA0
Text Example
Text Example
White with #B0BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BCA0; }
p { color: rgb(176,188,160); }
H1.HeaderClassName
{
color: #B0BCA0;
}
.AnyTagClassName
{
color: #B0BCA0;
}
</style>
background-color css
<style>
a { background-color: #B0BCA0; }
a { background-color: rgb(176,188,160); }
div.DivClassName
{
background-color: #B0BCA0;
}
.BgClassName
{
background-color: #B0BCA0;
}
</style>
border-color css
<style>
span { border-color: #B0BCA0; }
span { border-color: rgb(176,188,160); }
td.TdClassName
{
border-color: #B0BCA0;
}
.TagClassName
{
border-color: #B0BCA0;
}
</style>