Shades of Sprout #B2BFA4
Tints of Sprout #B2BFA4
RGB
CMYK
RGB Variations
Color information
#B2BFA4 (or 0xB2BFA4) is known color: Sprout. HEX triplet: B2, BF and A4. RGB value is (178,191,164). Sum of RGB (Red+Green+Blue) = 178+191+164=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BFA4 is #4D405B. Grayscale: #B8B8B8. Windows color (decimal): -5062748 or 10796978. OLE color: 10796978.
HSL color Cylindrical-coordinate representation of color #B2BFA4: hue angle of 88.89º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2BFA4 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 164 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.25 |
| HSL | 88.89º | 0.17% | 0.7% | - |
| HSV(B) | 88.89º | 0.14% | 0.75% | - |
| XYZ | 43.69 | 49.41 | 42.36 | - |
| YUV | 184.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 164 | 0.07 | 0 | 0.14 | 0.25 | 88.89 | 0.17 | 0.7 |
| Hex | B2 | BF | A4 | 7 | 0 | E | 19 | 59 | 11 | 46 |
| Octal | 262 | 277 | 244 | 7 | 0 | 16 | 31 | 131 | 21 | 106 |
| Binary | 10110010 | 10111111 | 10100100 | 111 | 0 | 1110 | 11001 | 1011001 | 10001 | 1000110 |
Color Harmonies of #B2BFA4
Complementary color
Monochromatic Colors of #B2BFA4
Black with #B2BFA4
Text Example
Text Example
White with #B2BFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFA4; }
p { color: rgb(178,191,164); }
H1.HeaderClassName
{
color: #B2BFA4;
}
.AnyTagClassName
{
color: #B2BFA4;
}
</style>
background-color css
<style>
a { background-color: #B2BFA4; }
a { background-color: rgb(178,191,164); }
div.DivClassName
{
background-color: #B2BFA4;
}
.BgClassName
{
background-color: #B2BFA4;
}
</style>
border-color css
<style>
span { border-color: #B2BFA4; }
span { border-color: rgb(178,191,164); }
td.TdClassName
{
border-color: #B2BFA4;
}
.TagClassName
{
border-color: #B2BFA4;
}
</style>