Shades of Rainee #B1C9A9
Tints of Rainee #B1C9A9
RGB
CMYK
RGB Variations
Color information
#B1C9A9 (or 0xB1C9A9) is known color: Rainee. HEX triplet: B1, C9 and A9. RGB value is (177,201,169). Sum of RGB (Red+Green+Blue) = 177+201+169=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C9A9 is #4E3656. Grayscale: #BEBEBE. Windows color (decimal): -5125719 or 11127217. OLE color: 11127217.
HSL color Cylindrical-coordinate representation of color #B1C9A9: hue angle of 105º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1C9A9 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 201 | 169 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.21 |
| HSL | 105º | 0.23% | 0.73% | - |
| HSV(B) | 105º | 0.16% | 0.79% | - |
| XYZ | 46.18 | 53.98 | 45.52 | - |
| YUV | 190.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 169 | 0.12 | 0 | 0.16 | 0.21 | 105 | 0.23 | 0.73 |
| Hex | B1 | C9 | A9 | C | 0 | 10 | 15 | 69 | 17 | 49 |
| Octal | 261 | 311 | 251 | 14 | 0 | 20 | 25 | 151 | 27 | 111 |
| Binary | 10110001 | 11001001 | 10101001 | 1100 | 0 | 10000 | 10101 | 1101001 | 10111 | 1001001 |
Color Harmonies of #B1C9A9
Complementary color
Monochromatic Colors of #B1C9A9
Black with #B1C9A9
Text Example
Text Example
White with #B1C9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C9A9; }
p { color: rgb(177,201,169); }
H1.HeaderClassName
{
color: #B1C9A9;
}
.AnyTagClassName
{
color: #B1C9A9;
}
</style>
background-color css
<style>
a { background-color: #B1C9A9; }
a { background-color: rgb(177,201,169); }
div.DivClassName
{
background-color: #B1C9A9;
}
.BgClassName
{
background-color: #B1C9A9;
}
</style>
border-color css
<style>
span { border-color: #B1C9A9; }
span { border-color: rgb(177,201,169); }
td.TdClassName
{
border-color: #B1C9A9;
}
.TagClassName
{
border-color: #B1C9A9;
}
</style>