Shades of Rainee #B1BFAE
Tints of Rainee #B1BFAE
RGB
CMYK
RGB Variations
Color information
#B1BFAE (or 0xB1BFAE) is known color: Rainee. HEX triplet: B1, BF and AE. RGB value is (177,191,174). Sum of RGB (Red+Green+Blue) = 177+191+174=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BFAE is #4E4051. Grayscale: #B8B8B8. Windows color (decimal): -5128274 or 11452337. OLE color: 11452337.
HSL color Cylindrical-coordinate representation of color #B1BFAE: hue angle of 109.41º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1BFAE is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 191 | 174 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.25 |
| HSL | 109.41º | 0.12% | 0.72% | - |
| HSV(B) | 109.41º | 0.09% | 0.75% | - |
| XYZ | 44.4 | 49.66 | 47.29 | - |
| YUV | 184.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 174 | 0.07 | 0 | 0.09 | 0.25 | 109.41 | 0.12 | 0.72 |
| Hex | B1 | BF | AE | 7 | 0 | 9 | 19 | 6D | C | 48 |
| Octal | 261 | 277 | 256 | 7 | 0 | 11 | 31 | 155 | 14 | 110 |
| Binary | 10110001 | 10111111 | 10101110 | 111 | 0 | 1001 | 11001 | 1101101 | 1100 | 1001000 |
Color Harmonies of #B1BFAE
Complementary color
Monochromatic Colors of #B1BFAE
Black with #B1BFAE
Text Example
Text Example
White with #B1BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BFAE; }
p { color: rgb(177,191,174); }
H1.HeaderClassName
{
color: #B1BFAE;
}
.AnyTagClassName
{
color: #B1BFAE;
}
</style>
background-color css
<style>
a { background-color: #B1BFAE; }
a { background-color: rgb(177,191,174); }
div.DivClassName
{
background-color: #B1BFAE;
}
.BgClassName
{
background-color: #B1BFAE;
}
</style>
border-color css
<style>
span { border-color: #B1BFAE; }
span { border-color: rgb(177,191,174); }
td.TdClassName
{
border-color: #B1BFAE;
}
.TagClassName
{
border-color: #B1BFAE;
}
</style>