Shades of Rainee #B0C1AB
Tints of Rainee #B0C1AB
RGB
CMYK
RGB Variations
Color information
#B0C1AB (or 0xB0C1AB) is known color: Rainee. HEX triplet: B0, C1 and AB. RGB value is (176,193,171). Sum of RGB (Red+Green+Blue) = 176+193+171=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C1AB is #4F3E54. Grayscale: #B9B9B9. Windows color (decimal): -5193301 or 11256240. OLE color: 11256240.
HSL color Cylindrical-coordinate representation of color #B0C1AB: hue angle of 106.36º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0C1AB is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 193 | 171 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.24 |
| HSL | 106.36º | 0.15% | 0.71% | - |
| HSV(B) | 106.36º | 0.11% | 0.76% | - |
| XYZ | 44.33 | 50.31 | 45.9 | - |
| YUV | 185.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 193 | 171 | 0.09 | 0 | 0.11 | 0.24 | 106.36 | 0.15 | 0.71 |
| Hex | B0 | C1 | AB | 9 | 0 | B | 18 | 6A | F | 47 |
| Octal | 260 | 301 | 253 | 11 | 0 | 13 | 30 | 152 | 17 | 107 |
| Binary | 10110000 | 11000001 | 10101011 | 1001 | 0 | 1011 | 11000 | 1101010 | 1111 | 1000111 |
Color Harmonies of #B0C1AB
Complementary color
Monochromatic Colors of #B0C1AB
Black with #B0C1AB
Text Example
Text Example
White with #B0C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C1AB; }
p { color: rgb(176,193,171); }
H1.HeaderClassName
{
color: #B0C1AB;
}
.AnyTagClassName
{
color: #B0C1AB;
}
</style>
background-color css
<style>
a { background-color: #B0C1AB; }
a { background-color: rgb(176,193,171); }
div.DivClassName
{
background-color: #B0C1AB;
}
.BgClassName
{
background-color: #B0C1AB;
}
</style>
border-color css
<style>
span { border-color: #B0C1AB; }
span { border-color: rgb(176,193,171); }
td.TdClassName
{
border-color: #B0C1AB;
}
.TagClassName
{
border-color: #B0C1AB;
}
</style>