Shades of Rainee #B1C1AE
Tints of Rainee #B1C1AE
RGB
CMYK
RGB Variations
Color information
#B1C1AE (or 0xB1C1AE) is known color: Rainee. HEX triplet: B1, C1 and AE. RGB value is (177,193,174). Sum of RGB (Red+Green+Blue) = 177+193+174=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C1AE is #4E3E51. Grayscale: #BABABA. Windows color (decimal): -5127762 or 11452849. OLE color: 11452849.
HSL color Cylindrical-coordinate representation of color #B1C1AE: hue angle of 110.53º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1C1AE is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 193 | 174 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.24 |
| HSL | 110.53º | 0.13% | 0.72% | - |
| HSV(B) | 110.53º | 0.1% | 0.76% | - |
| XYZ | 44.84 | 50.54 | 47.44 | - |
| YUV | 186.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 193 | 174 | 0.08 | 0 | 0.10 | 0.24 | 110.53 | 0.13 | 0.72 |
| Hex | B1 | C1 | AE | 8 | 0 | A | 18 | 6F | D | 48 |
| Octal | 261 | 301 | 256 | 10 | 0 | 12 | 30 | 157 | 15 | 110 |
| Binary | 10110001 | 11000001 | 10101110 | 1000 | 0 | 1010 | 11000 | 1101111 | 1101 | 1001000 |
Color Harmonies of #B1C1AE
Complementary color
Monochromatic Colors of #B1C1AE
Black with #B1C1AE
Text Example
Text Example
White with #B1C1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C1AE; }
p { color: rgb(177,193,174); }
H1.HeaderClassName
{
color: #B1C1AE;
}
.AnyTagClassName
{
color: #B1C1AE;
}
</style>
background-color css
<style>
a { background-color: #B1C1AE; }
a { background-color: rgb(177,193,174); }
div.DivClassName
{
background-color: #B1C1AE;
}
.BgClassName
{
background-color: #B1C1AE;
}
</style>
border-color css
<style>
span { border-color: #B1C1AE; }
span { border-color: rgb(177,193,174); }
td.TdClassName
{
border-color: #B1C1AE;
}
.TagClassName
{
border-color: #B1C1AE;
}
</style>