Shades of Rainee #B1C0AF
Tints of Rainee #B1C0AF
RGB
CMYK
RGB Variations
Color information
#B1C0AF (or 0xB1C0AF) is known color: Rainee. HEX triplet: B1, C0 and AF. RGB value is (177,192,175). Sum of RGB (Red+Green+Blue) = 177+192+175=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C0AF is #4E3F50. Grayscale: #B9B9B9. Windows color (decimal): -5128017 or 11518129. OLE color: 11518129.
HSL color Cylindrical-coordinate representation of color #B1C0AF: hue angle of 112.94º 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 #B1C0AF is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 175 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.25 |
| HSL | 112.94º | 0.12% | 0.72% | - |
| HSV(B) | 112.94º | 0.09% | 0.75% | - |
| XYZ | 44.72 | 50.14 | 47.88 | - |
| YUV | 185.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 175 | 0.08 | 0 | 0.09 | 0.25 | 112.94 | 0.12 | 0.72 |
| Hex | B1 | C0 | AF | 8 | 0 | 9 | 19 | 71 | C | 48 |
| Octal | 261 | 300 | 257 | 10 | 0 | 11 | 31 | 161 | 14 | 110 |
| Binary | 10110001 | 11000000 | 10101111 | 1000 | 0 | 1001 | 11001 | 1110001 | 1100 | 1001000 |
Color Harmonies of #B1C0AF
Complementary color
Monochromatic Colors of #B1C0AF
Black with #B1C0AF
Text Example
Text Example
White with #B1C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C0AF; }
p { color: rgb(177,192,175); }
H1.HeaderClassName
{
color: #B1C0AF;
}
.AnyTagClassName
{
color: #B1C0AF;
}
</style>
background-color css
<style>
a { background-color: #B1C0AF; }
a { background-color: rgb(177,192,175); }
div.DivClassName
{
background-color: #B1C0AF;
}
.BgClassName
{
background-color: #B1C0AF;
}
</style>
border-color css
<style>
span { border-color: #B1C0AF; }
span { border-color: rgb(177,192,175); }
td.TdClassName
{
border-color: #B1C0AF;
}
.TagClassName
{
border-color: #B1C0AF;
}
</style>