Shades of Sprout #B1BCA2
Tints of Sprout #B1BCA2
RGB
CMYK
RGB Variations
Color information
#B1BCA2 (or 0xB1BCA2) is known color: Sprout. HEX triplet: B1, BC and A2. RGB value is (177,188,162). Sum of RGB (Red+Green+Blue) = 177+188+162=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BCA2 is #4E435D. Grayscale: #B5B5B5. Windows color (decimal): -5129054 or 10665137. OLE color: 10665137.
HSL color Cylindrical-coordinate representation of color #B1BCA2: hue angle of 85.38º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1BCA2 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 162 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.26 |
| HSL | 85.38º | 0.16% | 0.69% | - |
| HSV(B) | 85.38º | 0.14% | 0.74% | - |
| XYZ | 42.64 | 47.92 | 41.19 | - |
| YUV | 181.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 162 | 0.06 | 0 | 0.14 | 0.26 | 85.38 | 0.16 | 0.69 |
| Hex | B1 | BC | A2 | 6 | 0 | E | 1A | 55 | 10 | 45 |
| Octal | 261 | 274 | 242 | 6 | 0 | 16 | 32 | 125 | 20 | 105 |
| Binary | 10110001 | 10111100 | 10100010 | 110 | 0 | 1110 | 11010 | 1010101 | 10000 | 1000101 |
Color Harmonies of #B1BCA2
Complementary color
Monochromatic Colors of #B1BCA2
Black with #B1BCA2
Text Example
Text Example
White with #B1BCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BCA2; }
p { color: rgb(177,188,162); }
H1.HeaderClassName
{
color: #B1BCA2;
}
.AnyTagClassName
{
color: #B1BCA2;
}
</style>
background-color css
<style>
a { background-color: #B1BCA2; }
a { background-color: rgb(177,188,162); }
div.DivClassName
{
background-color: #B1BCA2;
}
.BgClassName
{
background-color: #B1BCA2;
}
</style>
border-color css
<style>
span { border-color: #B1BCA2; }
span { border-color: rgb(177,188,162); }
td.TdClassName
{
border-color: #B1BCA2;
}
.TagClassName
{
border-color: #B1BCA2;
}
</style>