Shades of Rainee #B1C6AA
Tints of Rainee #B1C6AA
RGB
CMYK
RGB Variations
Color information
#B1C6AA (or 0xB1C6AA) is known color: Rainee. HEX triplet: B1, C6 and AA. RGB value is (177,198,170). Sum of RGB (Red+Green+Blue) = 177+198+170=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C6AA is #4E3955. Grayscale: #BCBCBC. Windows color (decimal): -5126486 or 11191985. OLE color: 11191985.
HSL color Cylindrical-coordinate representation of color #B1C6AA: hue angle of 105º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1C6AA is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 198 | 170 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.22 |
| HSL | 105º | 0.2% | 0.72% | - |
| HSV(B) | 105º | 0.14% | 0.78% | - |
| XYZ | 45.58 | 52.64 | 45.79 | - |
| YUV | 188.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 198 | 170 | 0.11 | 0 | 0.14 | 0.22 | 105 | 0.2 | 0.72 |
| Hex | B1 | C6 | AA | B | 0 | E | 16 | 69 | 14 | 48 |
| Octal | 261 | 306 | 252 | 13 | 0 | 16 | 26 | 151 | 24 | 110 |
| Binary | 10110001 | 11000110 | 10101010 | 1011 | 0 | 1110 | 10110 | 1101001 | 10100 | 1001000 |
Color Harmonies of #B1C6AA
Complementary color
Monochromatic Colors of #B1C6AA
Black with #B1C6AA
Text Example
Text Example
White with #B1C6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C6AA; }
p { color: rgb(177,198,170); }
H1.HeaderClassName
{
color: #B1C6AA;
}
.AnyTagClassName
{
color: #B1C6AA;
}
</style>
background-color css
<style>
a { background-color: #B1C6AA; }
a { background-color: rgb(177,198,170); }
div.DivClassName
{
background-color: #B1C6AA;
}
.BgClassName
{
background-color: #B1C6AA;
}
</style>
border-color css
<style>
span { border-color: #B1C6AA; }
span { border-color: rgb(177,198,170); }
td.TdClassName
{
border-color: #B1C6AA;
}
.TagClassName
{
border-color: #B1C6AA;
}
</style>