Shades of Rainee #B1BAB0
Tints of Rainee #B1BAB0
RGB
CMYK
RGB Variations
Color information
#B1BAB0 (or 0xB1BAB0) is known color: Rainee. HEX triplet: B1, BA and B0. RGB value is (177,186,176). Sum of RGB (Red+Green+Blue) = 177+186+176=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BAB0 is #4E454F. Grayscale: #B6B6B6. Windows color (decimal): -5129552 or 11582129. OLE color: 11582129.
HSL color Cylindrical-coordinate representation of color #B1BAB0: hue angle of 114º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B1BAB0 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 176 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.27 |
| HSL | 114º | 0.07% | 0.71% | - |
| HSV(B) | 114º | 0.05% | 0.73% | - |
| XYZ | 43.53 | 47.6 | 47.97 | - |
| YUV | 182.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 176 | 0.05 | 0 | 0.05 | 0.27 | 114 | 0.07 | 0.71 |
| Hex | B1 | BA | B0 | 5 | 0 | 5 | 1B | 72 | 7 | 47 |
| Octal | 261 | 272 | 260 | 5 | 0 | 5 | 33 | 162 | 7 | 107 |
| Binary | 10110001 | 10111010 | 10110000 | 101 | 0 | 101 | 11011 | 1110010 | 111 | 1000111 |
Color Harmonies of #B1BAB0
Complementary color
Monochromatic Colors of #B1BAB0
Black with #B1BAB0
Text Example
Text Example
White with #B1BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BAB0; }
p { color: rgb(177,186,176); }
H1.HeaderClassName
{
color: #B1BAB0;
}
.AnyTagClassName
{
color: #B1BAB0;
}
</style>
background-color css
<style>
a { background-color: #B1BAB0; }
a { background-color: rgb(177,186,176); }
div.DivClassName
{
background-color: #B1BAB0;
}
.BgClassName
{
background-color: #B1BAB0;
}
</style>
border-color css
<style>
span { border-color: #B1BAB0; }
span { border-color: rgb(177,186,176); }
td.TdClassName
{
border-color: #B1BAB0;
}
.TagClassName
{
border-color: #B1BAB0;
}
</style>