Shades of Rainee #B0C5AC
Tints of Rainee #B0C5AC
RGB
CMYK
RGB Variations
Color information
#B0C5AC (or 0xB0C5AC) is known color: Rainee. HEX triplet: B0, C5 and AC. RGB value is (176,197,172). Sum of RGB (Red+Green+Blue) = 176+197+172=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C5AC is #4F3A53. Grayscale: #BBBBBB. Windows color (decimal): -5192276 or 11322800. OLE color: 11322800.
HSL color Cylindrical-coordinate representation of color #B0C5AC: hue angle of 110.4º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0C5AC is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 172 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.23 |
| HSL | 110.4º | 0.18% | 0.72% | - |
| HSV(B) | 110.4º | 0.13% | 0.77% | - |
| XYZ | 45.32 | 52.14 | 46.71 | - |
| YUV | 187.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 172 | 0.11 | 0 | 0.13 | 0.23 | 110.4 | 0.18 | 0.72 |
| Hex | B0 | C5 | AC | B | 0 | D | 17 | 6E | 12 | 48 |
| Octal | 260 | 305 | 254 | 13 | 0 | 15 | 27 | 156 | 22 | 110 |
| Binary | 10110000 | 11000101 | 10101100 | 1011 | 0 | 1101 | 10111 | 1101110 | 10010 | 1001000 |
Color Harmonies of #B0C5AC
Complementary color
Monochromatic Colors of #B0C5AC
Black with #B0C5AC
Text Example
Text Example
White with #B0C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C5AC; }
p { color: rgb(176,197,172); }
H1.HeaderClassName
{
color: #B0C5AC;
}
.AnyTagClassName
{
color: #B0C5AC;
}
</style>
background-color css
<style>
a { background-color: #B0C5AC; }
a { background-color: rgb(176,197,172); }
div.DivClassName
{
background-color: #B0C5AC;
}
.BgClassName
{
background-color: #B0C5AC;
}
</style>
border-color css
<style>
span { border-color: #B0C5AC; }
span { border-color: rgb(176,197,172); }
td.TdClassName
{
border-color: #B0C5AC;
}
.TagClassName
{
border-color: #B0C5AC;
}
</style>