Shades of Rainee #B3BBB1
Tints of Rainee #B3BBB1
RGB
CMYK
RGB Variations
Color information
#B3BBB1 (or 0xB3BBB1) is known color: Rainee. HEX triplet: B3, BB and B1. RGB value is (179,187,177). Sum of RGB (Red+Green+Blue) = 179+187+177=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BBB1 is #4C444E. Grayscale: #B7B7B7. Windows color (decimal): -4998223 or 11647923. OLE color: 11647923.
HSL color Cylindrical-coordinate representation of color #B3BBB1: hue angle of 108º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B3BBB1 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 187 | 177 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.27 |
| HSL | 108º | 0.07% | 0.71% | - |
| HSV(B) | 108º | 0.05% | 0.73% | - |
| XYZ | 44.3 | 48.3 | 48.58 | - |
| YUV | 183.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 177 | 0.04 | 0 | 0.05 | 0.27 | 108 | 0.07 | 0.71 |
| Hex | B3 | BB | B1 | 4 | 0 | 5 | 1B | 6C | 7 | 47 |
| Octal | 263 | 273 | 261 | 4 | 0 | 5 | 33 | 154 | 7 | 107 |
| Binary | 10110011 | 10111011 | 10110001 | 100 | 0 | 101 | 11011 | 1101100 | 111 | 1000111 |
Color Harmonies of #B3BBB1
Complementary color
Monochromatic Colors of #B3BBB1
Black with #B3BBB1
Text Example
Text Example
White with #B3BBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BBB1; }
p { color: rgb(179,187,177); }
H1.HeaderClassName
{
color: #B3BBB1;
}
.AnyTagClassName
{
color: #B3BBB1;
}
</style>
background-color css
<style>
a { background-color: #B3BBB1; }
a { background-color: rgb(179,187,177); }
div.DivClassName
{
background-color: #B3BBB1;
}
.BgClassName
{
background-color: #B3BBB1;
}
</style>
border-color css
<style>
span { border-color: #B3BBB1; }
span { border-color: rgb(179,187,177); }
td.TdClassName
{
border-color: #B3BBB1;
}
.TagClassName
{
border-color: #B3BBB1;
}
</style>