Shades of Rainee #B5C6B0
Tints of Rainee #B5C6B0
RGB
CMYK
RGB Variations
Color information
#B5C6B0 (or 0xB5C6B0) is known color: Rainee. HEX triplet: B5, C6 and B0. RGB value is (181,198,176). Sum of RGB (Red+Green+Blue) = 181+198+176=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C6B0 is #4A394F. Grayscale: #BEBEBE. Windows color (decimal): -4864336 or 11585205. OLE color: 11585205.
HSL color Cylindrical-coordinate representation of color #B5C6B0: hue angle of 106.36º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5C6B0 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 176 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.22 |
| HSL | 106.36º | 0.16% | 0.73% | - |
| HSV(B) | 106.36º | 0.11% | 0.78% | - |
| XYZ | 47.09 | 53.35 | 48.89 | - |
| YUV | 190.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 176 | 0.09 | 0 | 0.11 | 0.22 | 106.36 | 0.16 | 0.73 |
| Hex | B5 | C6 | B0 | 9 | 0 | B | 16 | 6A | 10 | 49 |
| Octal | 265 | 306 | 260 | 11 | 0 | 13 | 26 | 152 | 20 | 111 |
| Binary | 10110101 | 11000110 | 10110000 | 1001 | 0 | 1011 | 10110 | 1101010 | 10000 | 1001001 |
Color Harmonies of #B5C6B0
Complementary color
Monochromatic Colors of #B5C6B0
Black with #B5C6B0
Text Example
Text Example
White with #B5C6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C6B0; }
p { color: rgb(181,198,176); }
H1.HeaderClassName
{
color: #B5C6B0;
}
.AnyTagClassName
{
color: #B5C6B0;
}
</style>
background-color css
<style>
a { background-color: #B5C6B0; }
a { background-color: rgb(181,198,176); }
div.DivClassName
{
background-color: #B5C6B0;
}
.BgClassName
{
background-color: #B5C6B0;
}
</style>
border-color css
<style>
span { border-color: #B5C6B0; }
span { border-color: rgb(181,198,176); }
td.TdClassName
{
border-color: #B5C6B0;
}
.TagClassName
{
border-color: #B5C6B0;
}
</style>