Shades of Rainee #B0C0AB
Tints of Rainee #B0C0AB
RGB
CMYK
RGB Variations
Color information
#B0C0AB (or 0xB0C0AB) is known color: Rainee. HEX triplet: B0, C0 and AB. RGB value is (176,192,171). Sum of RGB (Red+Green+Blue) = 176+192+171=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C0AB is #4F3F54. Grayscale: #B8B8B8. Windows color (decimal): -5193557 or 11255984. OLE color: 11255984.
HSL color Cylindrical-coordinate representation of color #B0C0AB: hue angle of 105.71º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0C0AB is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 171 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.25 |
| HSL | 105.71º | 0.14% | 0.71% | - |
| HSV(B) | 105.71º | 0.11% | 0.75% | - |
| XYZ | 44.1 | 49.87 | 45.83 | - |
| YUV | 184.82 | 120.2 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 171 | 0.08 | 0 | 0.11 | 0.25 | 105.71 | 0.14 | 0.71 |
| Hex | B0 | C0 | AB | 8 | 0 | B | 19 | 6A | E | 47 |
| Octal | 260 | 300 | 253 | 10 | 0 | 13 | 31 | 152 | 16 | 107 |
| Binary | 10110000 | 11000000 | 10101011 | 1000 | 0 | 1011 | 11001 | 1101010 | 1110 | 1000111 |
Color Harmonies of #B0C0AB
Complementary color
Monochromatic Colors of #B0C0AB
Black with #B0C0AB
Text Example
Text Example
White with #B0C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C0AB; }
p { color: rgb(176,192,171); }
H1.HeaderClassName
{
color: #B0C0AB;
}
.AnyTagClassName
{
color: #B0C0AB;
}
</style>
background-color css
<style>
a { background-color: #B0C0AB; }
a { background-color: rgb(176,192,171); }
div.DivClassName
{
background-color: #B0C0AB;
}
.BgClassName
{
background-color: #B0C0AB;
}
</style>
border-color css
<style>
span { border-color: #B0C0AB; }
span { border-color: rgb(176,192,171); }
td.TdClassName
{
border-color: #B0C0AB;
}
.TagClassName
{
border-color: #B0C0AB;
}
</style>