Shades of Rainee #B5C5B3
Tints of Rainee #B5C5B3
RGB
CMYK
RGB Variations
Color information
#B5C5B3 (or 0xB5C5B3) is known color: Rainee. HEX triplet: B5, C5 and B3. RGB value is (181,197,179). Sum of RGB (Red+Green+Blue) = 181+197+179=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C5B3 is #4A3A4C. Grayscale: #BEBEBE. Windows color (decimal): -4864589 or 11781557. OLE color: 11781557.
HSL color Cylindrical-coordinate representation of color #B5C5B3: hue angle of 113.33º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5C5B3 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 179 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.23 |
| HSL | 113.33º | 0.13% | 0.74% | - |
| HSV(B) | 113.33º | 0.09% | 0.77% | - |
| XYZ | 47.16 | 53.01 | 50.39 | - |
| YUV | 190.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 179 | 0.08 | 0 | 0.09 | 0.23 | 113.33 | 0.13 | 0.74 |
| Hex | B5 | C5 | B3 | 8 | 0 | 9 | 17 | 71 | D | 4A |
| Octal | 265 | 305 | 263 | 10 | 0 | 11 | 27 | 161 | 15 | 112 |
| Binary | 10110101 | 11000101 | 10110011 | 1000 | 0 | 1001 | 10111 | 1110001 | 1101 | 1001010 |
Color Harmonies of #B5C5B3
Complementary color
Monochromatic Colors of #B5C5B3
Black with #B5C5B3
Text Example
Text Example
White with #B5C5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C5B3; }
p { color: rgb(181,197,179); }
H1.HeaderClassName
{
color: #B5C5B3;
}
.AnyTagClassName
{
color: #B5C5B3;
}
</style>
background-color css
<style>
a { background-color: #B5C5B3; }
a { background-color: rgb(181,197,179); }
div.DivClassName
{
background-color: #B5C5B3;
}
.BgClassName
{
background-color: #B5C5B3;
}
</style>
border-color css
<style>
span { border-color: #B5C5B3; }
span { border-color: rgb(181,197,179); }
td.TdClassName
{
border-color: #B5C5B3;
}
.TagClassName
{
border-color: #B5C5B3;
}
</style>