Shades of Rainee #B5C9B0
Tints of Rainee #B5C9B0
RGB
CMYK
RGB Variations
Color information
#B5C9B0 (or 0xB5C9B0) is known color: Rainee. HEX triplet: B5, C9 and B0. RGB value is (181,201,176). Sum of RGB (Red+Green+Blue) = 181+201+176=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C9B0 is #4A364F. Grayscale: #C0C0C0. Windows color (decimal): -4863568 or 11585973. OLE color: 11585973.
HSL color Cylindrical-coordinate representation of color #B5C9B0: hue angle of 108º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5C9B0 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 176 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.21 |
| HSL | 108º | 0.19% | 0.74% | - |
| HSV(B) | 108º | 0.12% | 0.79% | - |
| XYZ | 47.78 | 54.73 | 49.12 | - |
| YUV | 192.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 176 | 0.10 | 0 | 0.12 | 0.21 | 108 | 0.19 | 0.74 |
| Hex | B5 | C9 | B0 | A | 0 | C | 15 | 6C | 13 | 4A |
| Octal | 265 | 311 | 260 | 12 | 0 | 14 | 25 | 154 | 23 | 112 |
| Binary | 10110101 | 11001001 | 10110000 | 1010 | 0 | 1100 | 10101 | 1101100 | 10011 | 1001010 |
Color Harmonies of #B5C9B0
Complementary color
Monochromatic Colors of #B5C9B0
Black with #B5C9B0
Text Example
Text Example
White with #B5C9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C9B0; }
p { color: rgb(181,201,176); }
H1.HeaderClassName
{
color: #B5C9B0;
}
.AnyTagClassName
{
color: #B5C9B0;
}
</style>
background-color css
<style>
a { background-color: #B5C9B0; }
a { background-color: rgb(181,201,176); }
div.DivClassName
{
background-color: #B5C9B0;
}
.BgClassName
{
background-color: #B5C9B0;
}
</style>
border-color css
<style>
span { border-color: #B5C9B0; }
span { border-color: rgb(181,201,176); }
td.TdClassName
{
border-color: #B5C9B0;
}
.TagClassName
{
border-color: #B5C9B0;
}
</style>