Shades of Rainee #B1C5A9
Tints of Rainee #B1C5A9
RGB
CMYK
RGB Variations
Color information
#B1C5A9 (or 0xB1C5A9) is known color: Rainee. HEX triplet: B1, C5 and A9. RGB value is (177,197,169). Sum of RGB (Red+Green+Blue) = 177+197+169=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C5A9 is #4E3A56. Grayscale: #BBBBBB. Windows color (decimal): -5126743 or 11126193. OLE color: 11126193.
HSL color Cylindrical-coordinate representation of color #B1C5A9: hue angle of 102.86º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1C5A9 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 197 | 169 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.23 |
| HSL | 102.86º | 0.19% | 0.72% | - |
| HSV(B) | 102.86º | 0.14% | 0.77% | - |
| XYZ | 45.26 | 52.14 | 45.22 | - |
| YUV | 187.83 | 117.37 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 197 | 169 | 0.10 | 0 | 0.14 | 0.23 | 102.86 | 0.19 | 0.72 |
| Hex | B1 | C5 | A9 | A | 0 | E | 17 | 67 | 13 | 48 |
| Octal | 261 | 305 | 251 | 12 | 0 | 16 | 27 | 147 | 23 | 110 |
| Binary | 10110001 | 11000101 | 10101001 | 1010 | 0 | 1110 | 10111 | 1100111 | 10011 | 1001000 |
Color Harmonies of #B1C5A9
Complementary color
Monochromatic Colors of #B1C5A9
Black with #B1C5A9
Text Example
Text Example
White with #B1C5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C5A9; }
p { color: rgb(177,197,169); }
H1.HeaderClassName
{
color: #B1C5A9;
}
.AnyTagClassName
{
color: #B1C5A9;
}
</style>
background-color css
<style>
a { background-color: #B1C5A9; }
a { background-color: rgb(177,197,169); }
div.DivClassName
{
background-color: #B1C5A9;
}
.BgClassName
{
background-color: #B1C5A9;
}
</style>
border-color css
<style>
span { border-color: #B1C5A9; }
span { border-color: rgb(177,197,169); }
td.TdClassName
{
border-color: #B1C5A9;
}
.TagClassName
{
border-color: #B1C5A9;
}
</style>