Shades of Rainee #B5C7B1
Tints of Rainee #B5C7B1
RGB
CMYK
RGB Variations
Color information
#B5C7B1 (or 0xB5C7B1) is known color: Rainee. HEX triplet: B5, C7 and B1. RGB value is (181,199,177). Sum of RGB (Red+Green+Blue) = 181+199+177=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C7B1 is #4A384E. Grayscale: #BFBFBF. Windows color (decimal): -4864079 or 11650997. OLE color: 11650997.
HSL color Cylindrical-coordinate representation of color #B5C7B1: hue angle of 109.09º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5C7B1 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 199 | 177 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.22 |
| HSL | 109.09º | 0.16% | 0.74% | - |
| HSV(B) | 109.09º | 0.11% | 0.78% | - |
| XYZ | 47.42 | 53.84 | 49.49 | - |
| YUV | 191.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 199 | 177 | 0.09 | 0 | 0.11 | 0.22 | 109.09 | 0.16 | 0.74 |
| Hex | B5 | C7 | B1 | 9 | 0 | B | 16 | 6D | 10 | 4A |
| Octal | 265 | 307 | 261 | 11 | 0 | 13 | 26 | 155 | 20 | 112 |
| Binary | 10110101 | 11000111 | 10110001 | 1001 | 0 | 1011 | 10110 | 1101101 | 10000 | 1001010 |
Color Harmonies of #B5C7B1
Complementary color
Monochromatic Colors of #B5C7B1
Black with #B5C7B1
Text Example
Text Example
White with #B5C7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C7B1; }
p { color: rgb(181,199,177); }
H1.HeaderClassName
{
color: #B5C7B1;
}
.AnyTagClassName
{
color: #B5C7B1;
}
</style>
background-color css
<style>
a { background-color: #B5C7B1; }
a { background-color: rgb(181,199,177); }
div.DivClassName
{
background-color: #B5C7B1;
}
.BgClassName
{
background-color: #B5C7B1;
}
</style>
border-color css
<style>
span { border-color: #B5C7B1; }
span { border-color: rgb(181,199,177); }
td.TdClassName
{
border-color: #B5C7B1;
}
.TagClassName
{
border-color: #B5C7B1;
}
</style>