Shades of Rainee #B0C1AE
Tints of Rainee #B0C1AE
RGB
CMYK
RGB Variations
Color information
#B0C1AE (or 0xB0C1AE) is known color: Rainee. HEX triplet: B0, C1 and AE. RGB value is (176,193,174). Sum of RGB (Red+Green+Blue) = 176+193+174=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C1AE is #4F3E51. Grayscale: #B9B9B9. Windows color (decimal): -5193298 or 11452848. OLE color: 11452848.
HSL color Cylindrical-coordinate representation of color #B0C1AE: hue angle of 113.68º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0C1AE is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 193 | 174 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.24 |
| HSL | 113.68º | 0.13% | 0.72% | - |
| HSV(B) | 113.68º | 0.1% | 0.76% | - |
| XYZ | 44.61 | 50.43 | 47.43 | - |
| YUV | 185.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 193 | 174 | 0.09 | 0 | 0.10 | 0.24 | 113.68 | 0.13 | 0.72 |
| Hex | B0 | C1 | AE | 9 | 0 | A | 18 | 72 | D | 48 |
| Octal | 260 | 301 | 256 | 11 | 0 | 12 | 30 | 162 | 15 | 110 |
| Binary | 10110000 | 11000001 | 10101110 | 1001 | 0 | 1010 | 11000 | 1110010 | 1101 | 1001000 |
Color Harmonies of #B0C1AE
Complementary color
Monochromatic Colors of #B0C1AE
Black with #B0C1AE
Text Example
Text Example
White with #B0C1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C1AE; }
p { color: rgb(176,193,174); }
H1.HeaderClassName
{
color: #B0C1AE;
}
.AnyTagClassName
{
color: #B0C1AE;
}
</style>
background-color css
<style>
a { background-color: #B0C1AE; }
a { background-color: rgb(176,193,174); }
div.DivClassName
{
background-color: #B0C1AE;
}
.BgClassName
{
background-color: #B0C1AE;
}
</style>
border-color css
<style>
span { border-color: #B0C1AE; }
span { border-color: rgb(176,193,174); }
td.TdClassName
{
border-color: #B0C1AE;
}
.TagClassName
{
border-color: #B0C1AE;
}
</style>