Shades of Rainee #B2BFB1
Tints of Rainee #B2BFB1
RGB
CMYK
RGB Variations
Color information
#B2BFB1 (or 0xB2BFB1) is known color: Rainee. HEX triplet: B2, BF and B1. RGB value is (178,191,177). Sum of RGB (Red+Green+Blue) = 178+191+177=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BFB1 is #4D404E. Grayscale: #B9B9B9. Windows color (decimal): -5062735 or 11648946. OLE color: 11648946.
HSL color Cylindrical-coordinate representation of color #B2BFB1: hue angle of 115.71º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2BFB1 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 177 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.25 |
| HSL | 115.71º | 0.1% | 0.72% | - |
| HSV(B) | 115.71º | 0.07% | 0.75% | - |
| XYZ | 44.93 | 49.9 | 48.86 | - |
| YUV | 185.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 177 | 0.07 | 0 | 0.07 | 0.25 | 115.71 | 0.1 | 0.72 |
| Hex | B2 | BF | B1 | 7 | 0 | 7 | 19 | 74 | A | 48 |
| Octal | 262 | 277 | 261 | 7 | 0 | 7 | 31 | 164 | 12 | 110 |
| Binary | 10110010 | 10111111 | 10110001 | 111 | 0 | 111 | 11001 | 1110100 | 1010 | 1001000 |
Color Harmonies of #B2BFB1
Complementary color
Monochromatic Colors of #B2BFB1
Black with #B2BFB1
Text Example
Text Example
White with #B2BFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFB1; }
p { color: rgb(178,191,177); }
H1.HeaderClassName
{
color: #B2BFB1;
}
.AnyTagClassName
{
color: #B2BFB1;
}
</style>
background-color css
<style>
a { background-color: #B2BFB1; }
a { background-color: rgb(178,191,177); }
div.DivClassName
{
background-color: #B2BFB1;
}
.BgClassName
{
background-color: #B2BFB1;
}
</style>
border-color css
<style>
span { border-color: #B2BFB1; }
span { border-color: rgb(178,191,177); }
td.TdClassName
{
border-color: #B2BFB1;
}
.TagClassName
{
border-color: #B2BFB1;
}
</style>