Shades of Rainee #B1B4B1
Tints of Rainee #B1B4B1
RGB
CMYK
RGB Variations
Color information
#B1B4B1 (or 0xB1B4B1) is known color: Rainee. HEX triplet: B1, B4 and B1. RGB value is (177,180,177). Sum of RGB (Red+Green+Blue) = 177+180+177=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B4B1 is #4E4B4E. Grayscale: #B2B2B2. Windows color (decimal): -5131087 or 11646129. OLE color: 11646129.
HSL color Cylindrical-coordinate representation of color #B1B4B1: hue angle of 120º degrees, saturation: 0.02, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B1B4B1 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 180 | 177 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.29 |
| HSL | 120º | 0.02% | 0.7% | - |
| HSV(B) | 120º | 0.02% | 0.71% | - |
| XYZ | 42.39 | 45.16 | 48.08 | - |
| YUV | 178.76 | 127.01 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 180 | 177 | 0.02 | 0 | 0.02 | 0.29 | 120 | 0.02 | 0.7 |
| Hex | B1 | B4 | B1 | 2 | 0 | 2 | 1D | 78 | 2 | 46 |
| Octal | 261 | 264 | 261 | 2 | 0 | 2 | 35 | 170 | 2 | 106 |
| Binary | 10110001 | 10110100 | 10110001 | 10 | 0 | 10 | 11101 | 1111000 | 10 | 1000110 |
Color Harmonies of #B1B4B1
Complementary color
Monochromatic Colors of #B1B4B1
Black with #B1B4B1
Text Example
Text Example
White with #B1B4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B4B1; }
p { color: rgb(177,180,177); }
H1.HeaderClassName
{
color: #B1B4B1;
}
.AnyTagClassName
{
color: #B1B4B1;
}
</style>
background-color css
<style>
a { background-color: #B1B4B1; }
a { background-color: rgb(177,180,177); }
div.DivClassName
{
background-color: #B1B4B1;
}
.BgClassName
{
background-color: #B1B4B1;
}
</style>
border-color css
<style>
span { border-color: #B1B4B1; }
span { border-color: rgb(177,180,177); }
td.TdClassName
{
border-color: #B1B4B1;
}
.TagClassName
{
border-color: #B1B4B1;
}
</style>