Shades of Sprout #B2BEA1
Tints of Sprout #B2BEA1
RGB
CMYK
RGB Variations
Color information
#B2BEA1 (or 0xB2BEA1) is known color: Sprout. HEX triplet: B2, BE and A1. RGB value is (178,190,161). Sum of RGB (Red+Green+Blue) = 178+190+161=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BEA1 is #4D415E. Grayscale: #B7B7B7. Windows color (decimal): -5063007 or 10600114. OLE color: 10600114.
HSL color Cylindrical-coordinate representation of color #B2BEA1: hue angle of 84.83º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2BEA1 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 161 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.25 |
| HSL | 84.83º | 0.18% | 0.69% | - |
| HSV(B) | 84.83º | 0.15% | 0.75% | - |
| XYZ | 43.21 | 48.87 | 40.87 | - |
| YUV | 183.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 161 | 0.06 | 0 | 0.15 | 0.25 | 84.83 | 0.18 | 0.69 |
| Hex | B2 | BE | A1 | 6 | 0 | F | 19 | 55 | 12 | 45 |
| Octal | 262 | 276 | 241 | 6 | 0 | 17 | 31 | 125 | 22 | 105 |
| Binary | 10110010 | 10111110 | 10100001 | 110 | 0 | 1111 | 11001 | 1010101 | 10010 | 1000101 |
Color Harmonies of #B2BEA1
Complementary color
Monochromatic Colors of #B2BEA1
Black with #B2BEA1
Text Example
Text Example
White with #B2BEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEA1; }
p { color: rgb(178,190,161); }
H1.HeaderClassName
{
color: #B2BEA1;
}
.AnyTagClassName
{
color: #B2BEA1;
}
</style>
background-color css
<style>
a { background-color: #B2BEA1; }
a { background-color: rgb(178,190,161); }
div.DivClassName
{
background-color: #B2BEA1;
}
.BgClassName
{
background-color: #B2BEA1;
}
</style>
border-color css
<style>
span { border-color: #B2BEA1; }
span { border-color: rgb(178,190,161); }
td.TdClassName
{
border-color: #B2BEA1;
}
.TagClassName
{
border-color: #B2BEA1;
}
</style>