Shades of Sprout #B2BCA0
Tints of Sprout #B2BCA0
RGB
CMYK
RGB Variations
Color information
#B2BCA0 (or 0xB2BCA0) is known color: Sprout. HEX triplet: B2, BC and A0. RGB value is (178,188,160). Sum of RGB (Red+Green+Blue) = 178+188+160=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BCA0 is #4D435F. Grayscale: #B5B5B5. Windows color (decimal): -5063520 or 10534066. OLE color: 10534066.
HSL color Cylindrical-coordinate representation of color #B2BCA0: hue angle of 81.43º 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 #B2BCA0 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 160 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.26 |
| HSL | 81.43º | 0.17% | 0.68% | - |
| HSV(B) | 81.43º | 0.15% | 0.74% | - |
| XYZ | 42.69 | 47.97 | 40.27 | - |
| YUV | 181.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 160 | 0.05 | 0 | 0.15 | 0.26 | 81.43 | 0.17 | 0.68 |
| Hex | B2 | BC | A0 | 5 | 0 | F | 1A | 51 | 11 | 44 |
| Octal | 262 | 274 | 240 | 5 | 0 | 17 | 32 | 121 | 21 | 104 |
| Binary | 10110010 | 10111100 | 10100000 | 101 | 0 | 1111 | 11010 | 1010001 | 10001 | 1000100 |
Color Harmonies of #B2BCA0
Complementary color
Monochromatic Colors of #B2BCA0
Black with #B2BCA0
Text Example
Text Example
White with #B2BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BCA0; }
p { color: rgb(178,188,160); }
H1.HeaderClassName
{
color: #B2BCA0;
}
.AnyTagClassName
{
color: #B2BCA0;
}
</style>
background-color css
<style>
a { background-color: #B2BCA0; }
a { background-color: rgb(178,188,160); }
div.DivClassName
{
background-color: #B2BCA0;
}
.BgClassName
{
background-color: #B2BCA0;
}
</style>
border-color css
<style>
span { border-color: #B2BCA0; }
span { border-color: rgb(178,188,160); }
td.TdClassName
{
border-color: #B2BCA0;
}
.TagClassName
{
border-color: #B2BCA0;
}
</style>