Shades of Sprout #B0BFA1
Tints of Sprout #B0BFA1
RGB
CMYK
RGB Variations
Color information
#B0BFA1 (or 0xB0BFA1) is known color: Sprout. HEX triplet: B0, BF and A1. RGB value is (176,191,161). Sum of RGB (Red+Green+Blue) = 176+191+161=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BFA1 is #4F405E. Grayscale: #B7B7B7. Windows color (decimal): -5193823 or 10600368. OLE color: 10600368.
HSL color Cylindrical-coordinate representation of color #B0BFA1: hue angle of 90º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0BFA1 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 161 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.25 |
| HSL | 90º | 0.19% | 0.69% | - |
| HSV(B) | 90º | 0.16% | 0.75% | - |
| XYZ | 42.97 | 49.06 | 40.92 | - |
| YUV | 183.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 161 | 0.08 | 0 | 0.16 | 0.25 | 90 | 0.19 | 0.69 |
| Hex | B0 | BF | A1 | 8 | 0 | 10 | 19 | 5A | 13 | 45 |
| Octal | 260 | 277 | 241 | 10 | 0 | 20 | 31 | 132 | 23 | 105 |
| Binary | 10110000 | 10111111 | 10100001 | 1000 | 0 | 10000 | 11001 | 1011010 | 10011 | 1000101 |
Color Harmonies of #B0BFA1
Complementary color
Monochromatic Colors of #B0BFA1
Black with #B0BFA1
Text Example
Text Example
White with #B0BFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BFA1; }
p { color: rgb(176,191,161); }
H1.HeaderClassName
{
color: #B0BFA1;
}
.AnyTagClassName
{
color: #B0BFA1;
}
</style>
background-color css
<style>
a { background-color: #B0BFA1; }
a { background-color: rgb(176,191,161); }
div.DivClassName
{
background-color: #B0BFA1;
}
.BgClassName
{
background-color: #B0BFA1;
}
</style>
border-color css
<style>
span { border-color: #B0BFA1; }
span { border-color: rgb(176,191,161); }
td.TdClassName
{
border-color: #B0BFA1;
}
.TagClassName
{
border-color: #B0BFA1;
}
</style>