Shades of Rainee #B1BFAD
Tints of Rainee #B1BFAD
RGB
CMYK
RGB Variations
Color information
#B1BFAD (or 0xB1BFAD) is known color: Rainee. HEX triplet: B1, BF and AD. RGB value is (177,191,173). Sum of RGB (Red+Green+Blue) = 177+191+173=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BFAD is #4E4052. Grayscale: #B8B8B8. Windows color (decimal): -5128275 or 11386801. OLE color: 11386801.
HSL color Cylindrical-coordinate representation of color #B1BFAD: hue angle of 106.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1BFAD is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 191 | 173 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.25 |
| HSL | 106.67º | 0.12% | 0.71% | - |
| HSV(B) | 106.67º | 0.09% | 0.75% | - |
| XYZ | 44.31 | 49.63 | 46.78 | - |
| YUV | 184.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 173 | 0.07 | 0 | 0.09 | 0.25 | 106.67 | 0.12 | 0.71 |
| Hex | B1 | BF | AD | 7 | 0 | 9 | 19 | 6B | C | 47 |
| Octal | 261 | 277 | 255 | 7 | 0 | 11 | 31 | 153 | 14 | 107 |
| Binary | 10110001 | 10111111 | 10101101 | 111 | 0 | 1001 | 11001 | 1101011 | 1100 | 1000111 |
Color Harmonies of #B1BFAD
Complementary color
Monochromatic Colors of #B1BFAD
Black with #B1BFAD
Text Example
Text Example
White with #B1BFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BFAD; }
p { color: rgb(177,191,173); }
H1.HeaderClassName
{
color: #B1BFAD;
}
.AnyTagClassName
{
color: #B1BFAD;
}
</style>
background-color css
<style>
a { background-color: #B1BFAD; }
a { background-color: rgb(177,191,173); }
div.DivClassName
{
background-color: #B1BFAD;
}
.BgClassName
{
background-color: #B1BFAD;
}
</style>
border-color css
<style>
span { border-color: #B1BFAD; }
span { border-color: rgb(177,191,173); }
td.TdClassName
{
border-color: #B1BFAD;
}
.TagClassName
{
border-color: #B1BFAD;
}
</style>