Shades of Rainee #B5BBB3
Tints of Rainee #B5BBB3
RGB
CMYK
RGB Variations
Color information
#B5BBB3 (or 0xB5BBB3) is known color: Rainee. HEX triplet: B5, BB and B3. RGB value is (181,187,179). Sum of RGB (Red+Green+Blue) = 181+187+179=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BBB3 is #4A444C. Grayscale: #B8B8B8. Windows color (decimal): -4867149 or 11778997. OLE color: 11778997.
HSL color Cylindrical-coordinate representation of color #B5BBB3: hue angle of 105º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B5BBB3 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 187 | 179 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.27 |
| HSL | 105º | 0.06% | 0.72% | - |
| HSV(B) | 105º | 0.04% | 0.73% | - |
| XYZ | 44.96 | 48.62 | 49.66 | - |
| YUV | 184.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 179 | 0.03 | 0 | 0.04 | 0.27 | 105 | 0.06 | 0.72 |
| Hex | B5 | BB | B3 | 3 | 0 | 4 | 1B | 69 | 6 | 48 |
| Octal | 265 | 273 | 263 | 3 | 0 | 4 | 33 | 151 | 6 | 110 |
| Binary | 10110101 | 10111011 | 10110011 | 11 | 0 | 100 | 11011 | 1101001 | 110 | 1001000 |
Color Harmonies of #B5BBB3
Complementary color
Monochromatic Colors of #B5BBB3
Black with #B5BBB3
Text Example
Text Example
White with #B5BBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BBB3; }
p { color: rgb(181,187,179); }
H1.HeaderClassName
{
color: #B5BBB3;
}
.AnyTagClassName
{
color: #B5BBB3;
}
</style>
background-color css
<style>
a { background-color: #B5BBB3; }
a { background-color: rgb(181,187,179); }
div.DivClassName
{
background-color: #B5BBB3;
}
.BgClassName
{
background-color: #B5BBB3;
}
</style>
border-color css
<style>
span { border-color: #B5BBB3; }
span { border-color: rgb(181,187,179); }
td.TdClassName
{
border-color: #B5BBB3;
}
.TagClassName
{
border-color: #B5BBB3;
}
</style>