Shades of Rainee #B1B8AF
Tints of Rainee #B1B8AF
RGB
CMYK
RGB Variations
Color information
#B1B8AF (or 0xB1B8AF) is known color: Rainee. HEX triplet: B1, B8 and AF. RGB value is (177,184,175). Sum of RGB (Red+Green+Blue) = 177+184+175=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B8AF is #4E4750. Grayscale: #B4B4B4. Windows color (decimal): -5130065 or 11516081. OLE color: 11516081.
HSL color Cylindrical-coordinate representation of color #B1B8AF: hue angle of 106.67º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B1B8AF is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 184 | 175 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.28 |
| HSL | 106.67º | 0.06% | 0.7% | - |
| HSV(B) | 106.67º | 0.05% | 0.72% | - |
| XYZ | 43.01 | 46.72 | 47.31 | - |
| YUV | 180.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 184 | 175 | 0.04 | 0 | 0.05 | 0.28 | 106.67 | 0.06 | 0.7 |
| Hex | B1 | B8 | AF | 4 | 0 | 5 | 1C | 6B | 6 | 46 |
| Octal | 261 | 270 | 257 | 4 | 0 | 5 | 34 | 153 | 6 | 106 |
| Binary | 10110001 | 10111000 | 10101111 | 100 | 0 | 101 | 11100 | 1101011 | 110 | 1000110 |
Color Harmonies of #B1B8AF
Complementary color
Monochromatic Colors of #B1B8AF
Black with #B1B8AF
Text Example
Text Example
White with #B1B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B8AF; }
p { color: rgb(177,184,175); }
H1.HeaderClassName
{
color: #B1B8AF;
}
.AnyTagClassName
{
color: #B1B8AF;
}
</style>
background-color css
<style>
a { background-color: #B1B8AF; }
a { background-color: rgb(177,184,175); }
div.DivClassName
{
background-color: #B1B8AF;
}
.BgClassName
{
background-color: #B1B8AF;
}
</style>
border-color css
<style>
span { border-color: #B1B8AF; }
span { border-color: rgb(177,184,175); }
td.TdClassName
{
border-color: #B1B8AF;
}
.TagClassName
{
border-color: #B1B8AF;
}
</style>