Shades of Rainee #B2B5B2
Tints of Rainee #B2B5B2
RGB
CMYK
RGB Variations
Color information
#B2B5B2 (or 0xB2B5B2) is known color: Rainee. HEX triplet: B2, B5 and B2. RGB value is (178,181,178). Sum of RGB (Red+Green+Blue) = 178+181+178=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B5B2 is #4D4A4D. Grayscale: #B3B3B3. Windows color (decimal): -5065294 or 11711922. OLE color: 11711922.
HSL color Cylindrical-coordinate representation of color #B2B5B2: hue angle of 120º degrees, saturation: 0.02, 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 #B2B5B2 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
RGB | 178 | 181 | 178 | - |
CMYK | 0.02 | 0 | 0.02 | 0.29 |
HSL | 120º | 0.02% | 0.7% | - |
HSV(B) | 120º | 0.02% | 0.71% | - |
XYZ | 42.92 | 45.73 | 48.68 | - |
YUV | 179.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 181 | 178 | 0.02 | 0 | 0.02 | 0.29 | 120 | 0.02 | 0.7 |
Hex | B2 | B5 | B2 | 2 | 0 | 2 | 1D | 78 | 2 | 46 |
Octal | 262 | 265 | 262 | 2 | 0 | 2 | 35 | 170 | 2 | 106 |
Binary | 10110010 | 10110101 | 10110010 | 10 | 0 | 10 | 11101 | 1111000 | 10 | 1000110 |
Color Harmonies of #B2B5B2
Complementary color
Monochromatic Colors of #B2B5B2
Black with #B2B5B2
Text Example
Text Example
White with #B2B5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B5B2; }
p { color: rgb(178,181,178); }
H1.HeaderClassName
{
color: #B2B5B2;
}
.AnyTagClassName
{
color: #B2B5B2;
}
</style>
background-color css
<style>
a { background-color: #B2B5B2; }
a { background-color: rgb(178,181,178); }
div.DivClassName
{
background-color: #B2B5B2;
}
.BgClassName
{
background-color: #B2B5B2;
}
</style>
border-color css
<style>
span { border-color: #B2B5B2; }
span { border-color: rgb(178,181,178); }
td.TdClassName
{
border-color: #B2B5B2;
}
.TagClassName
{
border-color: #B2B5B2;
}
</style>