Shades of Rainee #B0BFAC
Tints of Rainee #B0BFAC
RGB
CMYK
RGB Variations
Color information
#B0BFAC (or 0xB0BFAC) is known color: Rainee. HEX triplet: B0, BF and AC. RGB value is (176,191,172). Sum of RGB (Red+Green+Blue) = 176+191+172=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BFAC is #4F4053. Grayscale: #B8B8B8. Windows color (decimal): -5193812 or 11321264. OLE color: 11321264.
HSL color Cylindrical-coordinate representation of color #B0BFAC: hue angle of 107.37º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0BFAC is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 172 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.25 |
| HSL | 107.37º | 0.13% | 0.71% | - |
| HSV(B) | 107.37º | 0.1% | 0.75% | - |
| XYZ | 43.98 | 49.47 | 46.26 | - |
| YUV | 184.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 172 | 0.08 | 0 | 0.10 | 0.25 | 107.37 | 0.13 | 0.71 |
| Hex | B0 | BF | AC | 8 | 0 | A | 19 | 6B | D | 47 |
| Octal | 260 | 277 | 254 | 10 | 0 | 12 | 31 | 153 | 15 | 107 |
| Binary | 10110000 | 10111111 | 10101100 | 1000 | 0 | 1010 | 11001 | 1101011 | 1101 | 1000111 |
Color Harmonies of #B0BFAC
Complementary color
Monochromatic Colors of #B0BFAC
Black with #B0BFAC
Text Example
Text Example
White with #B0BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BFAC; }
p { color: rgb(176,191,172); }
H1.HeaderClassName
{
color: #B0BFAC;
}
.AnyTagClassName
{
color: #B0BFAC;
}
</style>
background-color css
<style>
a { background-color: #B0BFAC; }
a { background-color: rgb(176,191,172); }
div.DivClassName
{
background-color: #B0BFAC;
}
.BgClassName
{
background-color: #B0BFAC;
}
</style>
border-color css
<style>
span { border-color: #B0BFAC; }
span { border-color: rgb(176,191,172); }
td.TdClassName
{
border-color: #B0BFAC;
}
.TagClassName
{
border-color: #B0BFAC;
}
</style>