Shades of Rainee #B1BFB0
Tints of Rainee #B1BFB0
RGB
CMYK
RGB Variations
Color information
#B1BFB0 (or 0xB1BFB0) is known color: Rainee. HEX triplet: B1, BF and B0. RGB value is (177,191,176). Sum of RGB (Red+Green+Blue) = 177+191+176=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BFB0 is #4E404F. Grayscale: #B9B9B9. Windows color (decimal): -5128272 or 11583409. OLE color: 11583409.
HSL color Cylindrical-coordinate representation of color #B1BFB0: hue angle of 116º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1BFB0 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 191 | 176 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.25 |
| HSL | 116º | 0.1% | 0.72% | - |
| HSV(B) | 116º | 0.08% | 0.75% | - |
| XYZ | 44.6 | 49.74 | 48.33 | - |
| YUV | 185.1 | 122.86 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 176 | 0.07 | 0 | 0.08 | 0.25 | 116 | 0.1 | 0.72 |
| Hex | B1 | BF | B0 | 7 | 0 | 8 | 19 | 74 | A | 48 |
| Octal | 261 | 277 | 260 | 7 | 0 | 10 | 31 | 164 | 12 | 110 |
| Binary | 10110001 | 10111111 | 10110000 | 111 | 0 | 1000 | 11001 | 1110100 | 1010 | 1001000 |
Color Harmonies of #B1BFB0
Complementary color
Monochromatic Colors of #B1BFB0
Black with #B1BFB0
Text Example
Text Example
White with #B1BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BFB0; }
p { color: rgb(177,191,176); }
H1.HeaderClassName
{
color: #B1BFB0;
}
.AnyTagClassName
{
color: #B1BFB0;
}
</style>
background-color css
<style>
a { background-color: #B1BFB0; }
a { background-color: rgb(177,191,176); }
div.DivClassName
{
background-color: #B1BFB0;
}
.BgClassName
{
background-color: #B1BFB0;
}
</style>
border-color css
<style>
span { border-color: #B1BFB0; }
span { border-color: rgb(177,191,176); }
td.TdClassName
{
border-color: #B1BFB0;
}
.TagClassName
{
border-color: #B1BFB0;
}
</style>