Shades of Rainee #B0BFAA
Tints of Rainee #B0BFAA
RGB
CMYK
RGB Variations
Color information
#B0BFAA (or 0xB0BFAA) is known color: Rainee. HEX triplet: B0, BF and AA. RGB value is (176,191,170). Sum of RGB (Red+Green+Blue) = 176+191+170=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BFAA is #4F4055. Grayscale: #B8B8B8. Windows color (decimal): -5193814 or 11190192. OLE color: 11190192.
HSL color Cylindrical-coordinate representation of color #B0BFAA: hue angle of 102.86º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0BFAA is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 170 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.25 |
| HSL | 102.86º | 0.14% | 0.71% | - |
| HSV(B) | 102.86º | 0.11% | 0.75% | - |
| XYZ | 43.79 | 49.39 | 45.26 | - |
| YUV | 184.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 170 | 0.08 | 0 | 0.11 | 0.25 | 102.86 | 0.14 | 0.71 |
| Hex | B0 | BF | AA | 8 | 0 | B | 19 | 67 | E | 47 |
| Octal | 260 | 277 | 252 | 10 | 0 | 13 | 31 | 147 | 16 | 107 |
| Binary | 10110000 | 10111111 | 10101010 | 1000 | 0 | 1011 | 11001 | 1100111 | 1110 | 1000111 |
Color Harmonies of #B0BFAA
Complementary color
Monochromatic Colors of #B0BFAA
Black with #B0BFAA
Text Example
Text Example
White with #B0BFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BFAA; }
p { color: rgb(176,191,170); }
H1.HeaderClassName
{
color: #B0BFAA;
}
.AnyTagClassName
{
color: #B0BFAA;
}
</style>
background-color css
<style>
a { background-color: #B0BFAA; }
a { background-color: rgb(176,191,170); }
div.DivClassName
{
background-color: #B0BFAA;
}
.BgClassName
{
background-color: #B0BFAA;
}
</style>
border-color css
<style>
span { border-color: #B0BFAA; }
span { border-color: rgb(176,191,170); }
td.TdClassName
{
border-color: #B0BFAA;
}
.TagClassName
{
border-color: #B0BFAA;
}
</style>