Shades of Rainee #B1BCAF
Tints of Rainee #B1BCAF
RGB
CMYK
RGB Variations
Color information
#B1BCAF (or 0xB1BCAF) is known color: Rainee. HEX triplet: B1, BC and AF. RGB value is (177,188,175). Sum of RGB (Red+Green+Blue) = 177+188+175=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BCAF is #4E4350. Grayscale: #B7B7B7. Windows color (decimal): -5129041 or 11517105. OLE color: 11517105.
HSL color Cylindrical-coordinate representation of color #B1BCAF: hue angle of 110.77º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B1BCAF is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 175 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.26 |
| HSL | 110.77º | 0.09% | 0.71% | - |
| HSV(B) | 110.77º | 0.07% | 0.74% | - |
| XYZ | 43.85 | 48.41 | 47.59 | - |
| YUV | 183.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 175 | 0.06 | 0 | 0.07 | 0.26 | 110.77 | 0.09 | 0.71 |
| Hex | B1 | BC | AF | 6 | 0 | 7 | 1A | 6F | 9 | 47 |
| Octal | 261 | 274 | 257 | 6 | 0 | 7 | 32 | 157 | 11 | 107 |
| Binary | 10110001 | 10111100 | 10101111 | 110 | 0 | 111 | 11010 | 1101111 | 1001 | 1000111 |
Color Harmonies of #B1BCAF
Complementary color
Monochromatic Colors of #B1BCAF
Black with #B1BCAF
Text Example
Text Example
White with #B1BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BCAF; }
p { color: rgb(177,188,175); }
H1.HeaderClassName
{
color: #B1BCAF;
}
.AnyTagClassName
{
color: #B1BCAF;
}
</style>
background-color css
<style>
a { background-color: #B1BCAF; }
a { background-color: rgb(177,188,175); }
div.DivClassName
{
background-color: #B1BCAF;
}
.BgClassName
{
background-color: #B1BCAF;
}
</style>
border-color css
<style>
span { border-color: #B1BCAF; }
span { border-color: rgb(177,188,175); }
td.TdClassName
{
border-color: #B1BCAF;
}
.TagClassName
{
border-color: #B1BCAF;
}
</style>