Shades of Rainee #B1BFAA
Tints of Rainee #B1BFAA
RGB
CMYK
RGB Variations
Color information
#B1BFAA (or 0xB1BFAA) is known color: Rainee. HEX triplet: B1, BF and AA. RGB value is (177,191,170). Sum of RGB (Red+Green+Blue) = 177+191+170=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BFAA is #4E4055. Grayscale: #B8B8B8. Windows color (decimal): -5128278 or 11190193. OLE color: 11190193.
HSL color Cylindrical-coordinate representation of color #B1BFAA: hue angle of 100º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1BFAA is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 191 | 170 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.25 |
| HSL | 100º | 0.14% | 0.71% | - |
| HSV(B) | 100º | 0.11% | 0.75% | - |
| XYZ | 44.02 | 49.51 | 45.27 | - |
| YUV | 184.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 170 | 0.07 | 0 | 0.11 | 0.25 | 100 | 0.14 | 0.71 |
| Hex | B1 | BF | AA | 7 | 0 | B | 19 | 64 | E | 47 |
| Octal | 261 | 277 | 252 | 7 | 0 | 13 | 31 | 144 | 16 | 107 |
| Binary | 10110001 | 10111111 | 10101010 | 111 | 0 | 1011 | 11001 | 1100100 | 1110 | 1000111 |
Color Harmonies of #B1BFAA
Complementary color
Monochromatic Colors of #B1BFAA
Black with #B1BFAA
Text Example
Text Example
White with #B1BFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BFAA; }
p { color: rgb(177,191,170); }
H1.HeaderClassName
{
color: #B1BFAA;
}
.AnyTagClassName
{
color: #B1BFAA;
}
</style>
background-color css
<style>
a { background-color: #B1BFAA; }
a { background-color: rgb(177,191,170); }
div.DivClassName
{
background-color: #B1BFAA;
}
.BgClassName
{
background-color: #B1BFAA;
}
</style>
border-color css
<style>
span { border-color: #B1BFAA; }
span { border-color: rgb(177,191,170); }
td.TdClassName
{
border-color: #B1BFAA;
}
.TagClassName
{
border-color: #B1BFAA;
}
</style>