Shades of Rainee #B3B8B1
Tints of Rainee #B3B8B1
RGB
CMYK
RGB Variations
Color information
#B3B8B1 (or 0xB3B8B1) is known color: Rainee. HEX triplet: B3, B8 and B1. RGB value is (179,184,177). Sum of RGB (Red+Green+Blue) = 179+184+177=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 184 - color contains mainly: green. Hex color #B3B8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B8B1 is #4C474E. Grayscale: #B5B5B5. Windows color (decimal): -4998991 or 11647155. OLE color: 11647155.
HSL color Cylindrical-coordinate representation of color #B3B8B1: hue angle of 102.86º degrees, saturation: 0.05, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B3B8B1 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 184 | 177 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.28 |
| HSL | 102.86º | 0.05% | 0.71% | - |
| HSV(B) | 102.86º | 0.04% | 0.72% | - |
| XYZ | 43.67 | 47.04 | 48.37 | - |
| YUV | 181.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 184 | 177 | 0.03 | 0 | 0.04 | 0.28 | 102.86 | 0.05 | 0.71 |
| Hex | B3 | B8 | B1 | 3 | 0 | 4 | 1C | 67 | 5 | 47 |
| Octal | 263 | 270 | 261 | 3 | 0 | 4 | 34 | 147 | 5 | 107 |
| Binary | 10110011 | 10111000 | 10110001 | 11 | 0 | 100 | 11100 | 1100111 | 101 | 1000111 |
Color Harmonies of #B3B8B1
Complementary color
Monochromatic Colors of #B3B8B1
Black with #B3B8B1
Text Example
Text Example
White with #B3B8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B8B1; }
p { color: rgb(179,184,177); }
H1.HeaderClassName
{
color: #B3B8B1;
}
.AnyTagClassName
{
color: #B3B8B1;
}
</style>
background-color css
<style>
a { background-color: #B3B8B1; }
a { background-color: rgb(179,184,177); }
div.DivClassName
{
background-color: #B3B8B1;
}
.BgClassName
{
background-color: #B3B8B1;
}
</style>
border-color css
<style>
span { border-color: #B3B8B1; }
span { border-color: rgb(179,184,177); }
td.TdClassName
{
border-color: #B3B8B1;
}
.TagClassName
{
border-color: #B3B8B1;
}
</style>