Shades of Rainee #B5C6B1
Tints of Rainee #B5C6B1
RGB
CMYK
RGB Variations
Color information
#B5C6B1 (or 0xB5C6B1) is known color: Rainee. HEX triplet: B5, C6 and B1. RGB value is (181,198,177). Sum of RGB (Red+Green+Blue) = 181+198+177=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C6B1 is #4A394E. Grayscale: #BEBEBE. Windows color (decimal): -4864335 or 11650741. OLE color: 11650741.
HSL color Cylindrical-coordinate representation of color #B5C6B1: hue angle of 108.57º 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 #B5C6B1 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 177 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.22 |
| HSL | 108.57º | 0.16% | 0.74% | - |
| HSV(B) | 108.57º | 0.11% | 0.78% | - |
| XYZ | 47.19 | 53.39 | 49.41 | - |
| YUV | 190.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 177 | 0.09 | 0 | 0.11 | 0.22 | 108.57 | 0.16 | 0.74 |
| Hex | B5 | C6 | B1 | 9 | 0 | B | 16 | 6D | 10 | 4A |
| Octal | 265 | 306 | 261 | 11 | 0 | 13 | 26 | 155 | 20 | 112 |
| Binary | 10110101 | 11000110 | 10110001 | 1001 | 0 | 1011 | 10110 | 1101101 | 10000 | 1001010 |
Color Harmonies of #B5C6B1
Complementary color
Monochromatic Colors of #B5C6B1
Black with #B5C6B1
Text Example
Text Example
White with #B5C6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C6B1; }
p { color: rgb(181,198,177); }
H1.HeaderClassName
{
color: #B5C6B1;
}
.AnyTagClassName
{
color: #B5C6B1;
}
</style>
background-color css
<style>
a { background-color: #B5C6B1; }
a { background-color: rgb(181,198,177); }
div.DivClassName
{
background-color: #B5C6B1;
}
.BgClassName
{
background-color: #B5C6B1;
}
</style>
border-color css
<style>
span { border-color: #B5C6B1; }
span { border-color: rgb(181,198,177); }
td.TdClassName
{
border-color: #B5C6B1;
}
.TagClassName
{
border-color: #B5C6B1;
}
</style>