Shades of Rainee #B2BAB0
Tints of Rainee #B2BAB0
RGB
CMYK
RGB Variations
Color information
#B2BAB0 (or 0xB2BAB0) is known color: Rainee. HEX triplet: B2, BA and B0. RGB value is (178,186,176). Sum of RGB (Red+Green+Blue) = 178+186+176=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BAB0 is #4D454F. Grayscale: #B6B6B6. Windows color (decimal): -5064016 or 11582130. OLE color: 11582130.
HSL color Cylindrical-coordinate representation of color #B2BAB0: hue angle of 108º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2BAB0 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
RGB | 178 | 186 | 176 | - |
CMYK | 0.04 | 0 | 0.05 | 0.27 |
HSL | 108º | 0.07% | 0.71% | - |
HSV(B) | 108º | 0.05% | 0.73% | - |
XYZ | 43.76 | 47.72 | 47.98 | - |
YUV | 182.47 | 124.35 | 124.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 186 | 176 | 0.04 | 0 | 0.05 | 0.27 | 108 | 0.07 | 0.71 |
Hex | B2 | BA | B0 | 4 | 0 | 5 | 1B | 6C | 7 | 47 |
Octal | 262 | 272 | 260 | 4 | 0 | 5 | 33 | 154 | 7 | 107 |
Binary | 10110010 | 10111010 | 10110000 | 100 | 0 | 101 | 11011 | 1101100 | 111 | 1000111 |
Color Harmonies of #B2BAB0
Complementary color
Monochromatic Colors of #B2BAB0
Black with #B2BAB0
Text Example
Text Example
White with #B2BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BAB0; }
p { color: rgb(178,186,176); }
H1.HeaderClassName
{
color: #B2BAB0;
}
.AnyTagClassName
{
color: #B2BAB0;
}
</style>
background-color css
<style>
a { background-color: #B2BAB0; }
a { background-color: rgb(178,186,176); }
div.DivClassName
{
background-color: #B2BAB0;
}
.BgClassName
{
background-color: #B2BAB0;
}
</style>
border-color css
<style>
span { border-color: #B2BAB0; }
span { border-color: rgb(178,186,176); }
td.TdClassName
{
border-color: #B2BAB0;
}
.TagClassName
{
border-color: #B2BAB0;
}
</style>