Shades of Sprout #B2BCA1
Tints of Sprout #B2BCA1
RGB
CMYK
RGB Variations
Color information
#B2BCA1 (or 0xB2BCA1) is known color: Sprout. HEX triplet: B2, BC and A1. RGB value is (178,188,161). Sum of RGB (Red+Green+Blue) = 178+188+161=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BCA1 is #4D435E. Grayscale: #B6B6B6. Windows color (decimal): -5063519 or 10599602. OLE color: 10599602.
HSL color Cylindrical-coordinate representation of color #B2BCA1: hue angle of 82.22º 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 #B2BCA1 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 161 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.26 |
| HSL | 82.22º | 0.17% | 0.68% | - |
| HSV(B) | 82.22º | 0.14% | 0.74% | - |
| XYZ | 42.78 | 48 | 40.73 | - |
| YUV | 181.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 161 | 0.05 | 0 | 0.14 | 0.26 | 82.22 | 0.17 | 0.68 |
| Hex | B2 | BC | A1 | 5 | 0 | E | 1A | 52 | 11 | 44 |
| Octal | 262 | 274 | 241 | 5 | 0 | 16 | 32 | 122 | 21 | 104 |
| Binary | 10110010 | 10111100 | 10100001 | 101 | 0 | 1110 | 11010 | 1010010 | 10001 | 1000100 |
Color Harmonies of #B2BCA1
Complementary color
Monochromatic Colors of #B2BCA1
Black with #B2BCA1
Text Example
Text Example
White with #B2BCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BCA1; }
p { color: rgb(178,188,161); }
H1.HeaderClassName
{
color: #B2BCA1;
}
.AnyTagClassName
{
color: #B2BCA1;
}
</style>
background-color css
<style>
a { background-color: #B2BCA1; }
a { background-color: rgb(178,188,161); }
div.DivClassName
{
background-color: #B2BCA1;
}
.BgClassName
{
background-color: #B2BCA1;
}
</style>
border-color css
<style>
span { border-color: #B2BCA1; }
span { border-color: rgb(178,188,161); }
td.TdClassName
{
border-color: #B2BCA1;
}
.TagClassName
{
border-color: #B2BCA1;
}
</style>