Shades of Rainee #B0BAAC
Tints of Rainee #B0BAAC
RGB
CMYK
RGB Variations
Color information
#B0BAAC (or 0xB0BAAC) is known color: Rainee. HEX triplet: B0, BA and AC. RGB value is (176,186,172). Sum of RGB (Red+Green+Blue) = 176+186+172=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BAAC is #4F4553. Grayscale: #B5B5B5. Windows color (decimal): -5195092 or 11319984. OLE color: 11319984.
HSL color Cylindrical-coordinate representation of color #B0BAAC: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0BAAC is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 176 | 186 | 172 | - |
CMYK | 0.05 | 0 | 0.08 | 0.27 |
HSL | 102.86º | 0.09% | 0.7% | - |
HSV(B) | 102.86º | 0.08% | 0.73% | - |
XYZ | 42.91 | 47.33 | 45.9 | - |
YUV | 181.41 | 122.69 | 124.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 186 | 172 | 0.05 | 0 | 0.08 | 0.27 | 102.86 | 0.09 | 0.7 |
Hex | B0 | BA | AC | 5 | 0 | 8 | 1B | 67 | 9 | 46 |
Octal | 260 | 272 | 254 | 5 | 0 | 10 | 33 | 147 | 11 | 106 |
Binary | 10110000 | 10111010 | 10101100 | 101 | 0 | 1000 | 11011 | 1100111 | 1001 | 1000110 |
Color Harmonies of #B0BAAC
Complementary color
Monochromatic Colors of #B0BAAC
Black with #B0BAAC
Text Example
Text Example
White with #B0BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BAAC; }
p { color: rgb(176,186,172); }
H1.HeaderClassName
{
color: #B0BAAC;
}
.AnyTagClassName
{
color: #B0BAAC;
}
</style>
background-color css
<style>
a { background-color: #B0BAAC; }
a { background-color: rgb(176,186,172); }
div.DivClassName
{
background-color: #B0BAAC;
}
.BgClassName
{
background-color: #B0BAAC;
}
</style>
border-color css
<style>
span { border-color: #B0BAAC; }
span { border-color: rgb(176,186,172); }
td.TdClassName
{
border-color: #B0BAAC;
}
.TagClassName
{
border-color: #B0BAAC;
}
</style>