Shades of Rainee #B2BAAF
Tints of Rainee #B2BAAF
RGB
CMYK
RGB Variations
Color information
#B2BAAF (or 0xB2BAAF) is known color: Rainee. HEX triplet: B2, BA and AF. RGB value is (178,186,175). Sum of RGB (Red+Green+Blue) = 178+186+175=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BAAF is #4D4550. Grayscale: #B6B6B6. Windows color (decimal): -5064017 or 11516594. OLE color: 11516594.
HSL color Cylindrical-coordinate representation of color #B2BAAF: hue angle of 103.64º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2BAAF is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 175 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.27 |
| HSL | 103.64º | 0.07% | 0.71% | - |
| HSV(B) | 103.64º | 0.06% | 0.73% | - |
| XYZ | 43.66 | 47.68 | 47.46 | - |
| YUV | 182.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 175 | 0.04 | 0 | 0.06 | 0.27 | 103.64 | 0.07 | 0.71 |
| Hex | B2 | BA | AF | 4 | 0 | 6 | 1B | 68 | 7 | 47 |
| Octal | 262 | 272 | 257 | 4 | 0 | 6 | 33 | 150 | 7 | 107 |
| Binary | 10110010 | 10111010 | 10101111 | 100 | 0 | 110 | 11011 | 1101000 | 111 | 1000111 |
Color Harmonies of #B2BAAF
Complementary color
Monochromatic Colors of #B2BAAF
Black with #B2BAAF
Text Example
Text Example
White with #B2BAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BAAF; }
p { color: rgb(178,186,175); }
H1.HeaderClassName
{
color: #B2BAAF;
}
.AnyTagClassName
{
color: #B2BAAF;
}
</style>
background-color css
<style>
a { background-color: #B2BAAF; }
a { background-color: rgb(178,186,175); }
div.DivClassName
{
background-color: #B2BAAF;
}
.BgClassName
{
background-color: #B2BAAF;
}
</style>
border-color css
<style>
span { border-color: #B2BAAF; }
span { border-color: rgb(178,186,175); }
td.TdClassName
{
border-color: #B2BAAF;
}
.TagClassName
{
border-color: #B2BAAF;
}
</style>