Shades of Rainee #B1C5AD
Tints of Rainee #B1C5AD
RGB
CMYK
RGB Variations
Color information
#B1C5AD (or 0xB1C5AD) is known color: Rainee. HEX triplet: B1, C5 and AD. RGB value is (177,197,173). Sum of RGB (Red+Green+Blue) = 177+197+173=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C5AD is #4E3A52. Grayscale: #BCBCBC. Windows color (decimal): -5126739 or 11388337. OLE color: 11388337.
HSL color Cylindrical-coordinate representation of color #B1C5AD: hue angle of 110º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1C5AD is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 197 | 173 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.23 |
| HSL | 110º | 0.17% | 0.73% | - |
| HSV(B) | 110º | 0.12% | 0.77% | - |
| XYZ | 45.64 | 52.3 | 47.22 | - |
| YUV | 188.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 197 | 173 | 0.10 | 0 | 0.12 | 0.23 | 110 | 0.17 | 0.73 |
| Hex | B1 | C5 | AD | A | 0 | C | 17 | 6E | 11 | 49 |
| Octal | 261 | 305 | 255 | 12 | 0 | 14 | 27 | 156 | 21 | 111 |
| Binary | 10110001 | 11000101 | 10101101 | 1010 | 0 | 1100 | 10111 | 1101110 | 10001 | 1001001 |
Color Harmonies of #B1C5AD
Complementary color
Monochromatic Colors of #B1C5AD
Black with #B1C5AD
Text Example
Text Example
White with #B1C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C5AD; }
p { color: rgb(177,197,173); }
H1.HeaderClassName
{
color: #B1C5AD;
}
.AnyTagClassName
{
color: #B1C5AD;
}
</style>
background-color css
<style>
a { background-color: #B1C5AD; }
a { background-color: rgb(177,197,173); }
div.DivClassName
{
background-color: #B1C5AD;
}
.BgClassName
{
background-color: #B1C5AD;
}
</style>
border-color css
<style>
span { border-color: #B1C5AD; }
span { border-color: rgb(177,197,173); }
td.TdClassName
{
border-color: #B1C5AD;
}
.TagClassName
{
border-color: #B1C5AD;
}
</style>