Shades of Rainee #B2B5B1
Tints of Rainee #B2B5B1
RGB
CMYK
RGB Variations
Color information
#B2B5B1 (or 0xB2B5B1) is known color: Rainee. HEX triplet: B2, B5 and B1. RGB value is (178,181,177). Sum of RGB (Red+Green+Blue) = 178+181+177=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B5B1 is #4D4A4E. Grayscale: #B3B3B3. Windows color (decimal): -5065295 or 11646386. OLE color: 11646386.
HSL color Cylindrical-coordinate representation of color #B2B5B1: hue angle of 105º degrees, saturation: 0.03, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B2B5B1 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
RGB | 178 | 181 | 177 | - |
CMYK | 0.02 | 0 | 0.02 | 0.29 |
HSL | 105º | 0.03% | 0.7% | - |
HSV(B) | 105º | 0.02% | 0.71% | - |
XYZ | 42.82 | 45.69 | 48.16 | - |
YUV | 179.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 181 | 177 | 0.02 | 0 | 0.02 | 0.29 | 105 | 0.03 | 0.7 |
Hex | B2 | B5 | B1 | 2 | 0 | 2 | 1D | 69 | 3 | 46 |
Octal | 262 | 265 | 261 | 2 | 0 | 2 | 35 | 151 | 3 | 106 |
Binary | 10110010 | 10110101 | 10110001 | 10 | 0 | 10 | 11101 | 1101001 | 11 | 1000110 |
Color Harmonies of #B2B5B1
Complementary color
Monochromatic Colors of #B2B5B1
Black with #B2B5B1
Text Example
Text Example
White with #B2B5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B5B1; }
p { color: rgb(178,181,177); }
H1.HeaderClassName
{
color: #B2B5B1;
}
.AnyTagClassName
{
color: #B2B5B1;
}
</style>
background-color css
<style>
a { background-color: #B2B5B1; }
a { background-color: rgb(178,181,177); }
div.DivClassName
{
background-color: #B2B5B1;
}
.BgClassName
{
background-color: #B2B5B1;
}
</style>
border-color css
<style>
span { border-color: #B2B5B1; }
span { border-color: rgb(178,181,177); }
td.TdClassName
{
border-color: #B2B5B1;
}
.TagClassName
{
border-color: #B2B5B1;
}
</style>