Shades of Sprout #B2BCA3
Tints of Sprout #B2BCA3
RGB
CMYK
RGB Variations
Color information
#B2BCA3 (or 0xB2BCA3) is known color: Sprout. HEX triplet: B2, BC and A3. RGB value is (178,188,163). Sum of RGB (Red+Green+Blue) = 178+188+163=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BCA3 is #4D435C. Grayscale: #B6B6B6. Windows color (decimal): -5063517 or 10730674. OLE color: 10730674.
HSL color Cylindrical-coordinate representation of color #B2BCA3: hue angle of 84º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2BCA3 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 163 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.26 |
| HSL | 84º | 0.16% | 0.69% | - |
| HSV(B) | 84º | 0.13% | 0.74% | - |
| XYZ | 42.95 | 48.08 | 41.67 | - |
| YUV | 182.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 163 | 0.05 | 0 | 0.13 | 0.26 | 84 | 0.16 | 0.69 |
| Hex | B2 | BC | A3 | 5 | 0 | D | 1A | 54 | 10 | 45 |
| Octal | 262 | 274 | 243 | 5 | 0 | 15 | 32 | 124 | 20 | 105 |
| Binary | 10110010 | 10111100 | 10100011 | 101 | 0 | 1101 | 11010 | 1010100 | 10000 | 1000101 |
Color Harmonies of #B2BCA3
Complementary color
Monochromatic Colors of #B2BCA3
Black with #B2BCA3
Text Example
Text Example
White with #B2BCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BCA3; }
p { color: rgb(178,188,163); }
H1.HeaderClassName
{
color: #B2BCA3;
}
.AnyTagClassName
{
color: #B2BCA3;
}
</style>
background-color css
<style>
a { background-color: #B2BCA3; }
a { background-color: rgb(178,188,163); }
div.DivClassName
{
background-color: #B2BCA3;
}
.BgClassName
{
background-color: #B2BCA3;
}
</style>
border-color css
<style>
span { border-color: #B2BCA3; }
span { border-color: rgb(178,188,163); }
td.TdClassName
{
border-color: #B2BCA3;
}
.TagClassName
{
border-color: #B2BCA3;
}
</style>