Shades of Rainee #B2BDAF
Tints of Rainee #B2BDAF
RGB
CMYK
RGB Variations
Color information
#B2BDAF (or 0xB2BDAF) is known color: Rainee. HEX triplet: B2, BD and AF. RGB value is (178,189,175). Sum of RGB (Red+Green+Blue) = 178+189+175=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BDAF is #4D4250. Grayscale: #B8B8B8. Windows color (decimal): -5063249 or 11517362. OLE color: 11517362.
HSL color Cylindrical-coordinate representation of color #B2BDAF: hue angle of 107.14º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2BDAF is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 189 | 175 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.26 |
| HSL | 107.14º | 0.1% | 0.71% | - |
| HSV(B) | 107.14º | 0.07% | 0.74% | - |
| XYZ | 44.3 | 48.96 | 47.67 | - |
| YUV | 184.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 175 | 0.06 | 0 | 0.07 | 0.26 | 107.14 | 0.1 | 0.71 |
| Hex | B2 | BD | AF | 6 | 0 | 7 | 1A | 6B | A | 47 |
| Octal | 262 | 275 | 257 | 6 | 0 | 7 | 32 | 153 | 12 | 107 |
| Binary | 10110010 | 10111101 | 10101111 | 110 | 0 | 111 | 11010 | 1101011 | 1010 | 1000111 |
Color Harmonies of #B2BDAF
Complementary color
Monochromatic Colors of #B2BDAF
Black with #B2BDAF
Text Example
Text Example
White with #B2BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BDAF; }
p { color: rgb(178,189,175); }
H1.HeaderClassName
{
color: #B2BDAF;
}
.AnyTagClassName
{
color: #B2BDAF;
}
</style>
background-color css
<style>
a { background-color: #B2BDAF; }
a { background-color: rgb(178,189,175); }
div.DivClassName
{
background-color: #B2BDAF;
}
.BgClassName
{
background-color: #B2BDAF;
}
</style>
border-color css
<style>
span { border-color: #B2BDAF; }
span { border-color: rgb(178,189,175); }
td.TdClassName
{
border-color: #B2BDAF;
}
.TagClassName
{
border-color: #B2BDAF;
}
</style>