Shades of Rainee #B0B7AD
Tints of Rainee #B0B7AD
RGB
CMYK
RGB Variations
Color information
#B0B7AD (or 0xB0B7AD) is known color: Rainee. HEX triplet: B0, B7 and AD. RGB value is (176,183,173). Sum of RGB (Red+Green+Blue) = 176+183+173=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B7AD is #4F4852. Grayscale: #B3B3B3. Windows color (decimal): -5195859 or 11384752. OLE color: 11384752.
HSL color Cylindrical-coordinate representation of color #B0B7AD: hue angle of 102º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B0B7AD is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 183 | 173 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.28 |
| HSL | 102º | 0.06% | 0.7% | - |
| HSV(B) | 102º | 0.05% | 0.72% | - |
| XYZ | 42.38 | 46.11 | 46.2 | - |
| YUV | 179.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 183 | 173 | 0.04 | 0 | 0.05 | 0.28 | 102 | 0.06 | 0.7 |
| Hex | B0 | B7 | AD | 4 | 0 | 5 | 1C | 66 | 6 | 46 |
| Octal | 260 | 267 | 255 | 4 | 0 | 5 | 34 | 146 | 6 | 106 |
| Binary | 10110000 | 10110111 | 10101101 | 100 | 0 | 101 | 11100 | 1100110 | 110 | 1000110 |
Color Harmonies of #B0B7AD
Complementary color
Monochromatic Colors of #B0B7AD
Black with #B0B7AD
Text Example
Text Example
White with #B0B7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B7AD; }
p { color: rgb(176,183,173); }
H1.HeaderClassName
{
color: #B0B7AD;
}
.AnyTagClassName
{
color: #B0B7AD;
}
</style>
background-color css
<style>
a { background-color: #B0B7AD; }
a { background-color: rgb(176,183,173); }
div.DivClassName
{
background-color: #B0B7AD;
}
.BgClassName
{
background-color: #B0B7AD;
}
</style>
border-color css
<style>
span { border-color: #B0B7AD; }
span { border-color: rgb(176,183,173); }
td.TdClassName
{
border-color: #B0B7AD;
}
.TagClassName
{
border-color: #B0B7AD;
}
</style>