Shades of Rainee #B0C9AB
Tints of Rainee #B0C9AB
RGB
CMYK
RGB Variations
Color information
#B0C9AB (or 0xB0C9AB) is known color: Rainee. HEX triplet: B0, C9 and AB. RGB value is (176,201,171). Sum of RGB (Red+Green+Blue) = 176+201+171=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C9AB is #4F3654. Grayscale: #BEBEBE. Windows color (decimal): -5191253 or 11258288. OLE color: 11258288.
HSL color Cylindrical-coordinate representation of color #B0C9AB: hue angle of 110º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0C9AB is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 171 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.21 |
| HSL | 110º | 0.22% | 0.73% | - |
| HSV(B) | 110º | 0.15% | 0.79% | - |
| XYZ | 46.14 | 53.94 | 46.51 | - |
| YUV | 190.11 | 117.22 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 171 | 0.12 | 0 | 0.15 | 0.21 | 110 | 0.22 | 0.73 |
| Hex | B0 | C9 | AB | C | 0 | F | 15 | 6E | 16 | 49 |
| Octal | 260 | 311 | 253 | 14 | 0 | 17 | 25 | 156 | 26 | 111 |
| Binary | 10110000 | 11001001 | 10101011 | 1100 | 0 | 1111 | 10101 | 1101110 | 10110 | 1001001 |
Color Harmonies of #B0C9AB
Complementary color
Monochromatic Colors of #B0C9AB
Black with #B0C9AB
Text Example
Text Example
White with #B0C9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C9AB; }
p { color: rgb(176,201,171); }
H1.HeaderClassName
{
color: #B0C9AB;
}
.AnyTagClassName
{
color: #B0C9AB;
}
</style>
background-color css
<style>
a { background-color: #B0C9AB; }
a { background-color: rgb(176,201,171); }
div.DivClassName
{
background-color: #B0C9AB;
}
.BgClassName
{
background-color: #B0C9AB;
}
</style>
border-color css
<style>
span { border-color: #B0C9AB; }
span { border-color: rgb(176,201,171); }
td.TdClassName
{
border-color: #B0C9AB;
}
.TagClassName
{
border-color: #B0C9AB;
}
</style>