Shades of Rainee #B5C2B1
Tints of Rainee #B5C2B1
RGB
CMYK
RGB Variations
Color information
#B5C2B1 (or 0xB5C2B1) is known color: Rainee. HEX triplet: B5, C2 and B1. RGB value is (181,194,177). Sum of RGB (Red+Green+Blue) = 181+194+177=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C2B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C2B1 is #4A3D4E. Grayscale: #BCBCBC. Windows color (decimal): -4865359 or 11649717. OLE color: 11649717.
HSL color Cylindrical-coordinate representation of color #B5C2B1: hue angle of 105.88º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5C2B1 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 177 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.24 |
| HSL | 105.88º | 0.12% | 0.73% | - |
| HSV(B) | 105.88º | 0.09% | 0.76% | - |
| XYZ | 46.28 | 51.58 | 49.11 | - |
| YUV | 188.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 177 | 0.07 | 0 | 0.09 | 0.24 | 105.88 | 0.12 | 0.73 |
| Hex | B5 | C2 | B1 | 7 | 0 | 9 | 18 | 6A | C | 49 |
| Octal | 265 | 302 | 261 | 7 | 0 | 11 | 30 | 152 | 14 | 111 |
| Binary | 10110101 | 11000010 | 10110001 | 111 | 0 | 1001 | 11000 | 1101010 | 1100 | 1001001 |
Color Harmonies of #B5C2B1
Complementary color
Monochromatic Colors of #B5C2B1
Black with #B5C2B1
Text Example
Text Example
White with #B5C2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C2B1; }
p { color: rgb(181,194,177); }
H1.HeaderClassName
{
color: #B5C2B1;
}
.AnyTagClassName
{
color: #B5C2B1;
}
</style>
background-color css
<style>
a { background-color: #B5C2B1; }
a { background-color: rgb(181,194,177); }
div.DivClassName
{
background-color: #B5C2B1;
}
.BgClassName
{
background-color: #B5C2B1;
}
</style>
border-color css
<style>
span { border-color: #B5C2B1; }
span { border-color: rgb(181,194,177); }
td.TdClassName
{
border-color: #B5C2B1;
}
.TagClassName
{
border-color: #B5C2B1;
}
</style>