Shades of Sprout #B0BCA1
Tints of Sprout #B0BCA1
RGB
CMYK
RGB Variations
Color information
#B0BCA1 (or 0xB0BCA1) is known color: Sprout. HEX triplet: B0, BC and A1. RGB value is (176,188,161). Sum of RGB (Red+Green+Blue) = 176+188+161=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BCA1 is #4F435E. Grayscale: #B5B5B5. Windows color (decimal): -5194591 or 10599600. OLE color: 10599600.
HSL color Cylindrical-coordinate representation of color #B0BCA1: hue angle of 86.67º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0BCA1 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 161 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.26 |
| HSL | 86.67º | 0.17% | 0.68% | - |
| HSV(B) | 86.67º | 0.14% | 0.74% | - |
| XYZ | 42.32 | 47.77 | 40.71 | - |
| YUV | 181.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 161 | 0.06 | 0 | 0.14 | 0.26 | 86.67 | 0.17 | 0.68 |
| Hex | B0 | BC | A1 | 6 | 0 | E | 1A | 57 | 11 | 44 |
| Octal | 260 | 274 | 241 | 6 | 0 | 16 | 32 | 127 | 21 | 104 |
| Binary | 10110000 | 10111100 | 10100001 | 110 | 0 | 1110 | 11010 | 1010111 | 10001 | 1000100 |
Color Harmonies of #B0BCA1
Complementary color
Monochromatic Colors of #B0BCA1
Black with #B0BCA1
Text Example
Text Example
White with #B0BCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BCA1; }
p { color: rgb(176,188,161); }
H1.HeaderClassName
{
color: #B0BCA1;
}
.AnyTagClassName
{
color: #B0BCA1;
}
</style>
background-color css
<style>
a { background-color: #B0BCA1; }
a { background-color: rgb(176,188,161); }
div.DivClassName
{
background-color: #B0BCA1;
}
.BgClassName
{
background-color: #B0BCA1;
}
</style>
border-color css
<style>
span { border-color: #B0BCA1; }
span { border-color: rgb(176,188,161); }
td.TdClassName
{
border-color: #B0BCA1;
}
.TagClassName
{
border-color: #B0BCA1;
}
</style>