Shades of Rainee #B3BEB2
Tints of Rainee #B3BEB2
RGB
CMYK
RGB Variations
Color information
#B3BEB2 (or 0xB3BEB2) is known color: Rainee. HEX triplet: B3, BE and B2. RGB value is (179,190,178). Sum of RGB (Red+Green+Blue) = 179+190+178=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BEB2 is #4C414D. Grayscale: #B9B9B9. Windows color (decimal): -4997454 or 11714227. OLE color: 11714227.
HSL color Cylindrical-coordinate representation of color #B3BEB2: hue angle of 115º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B3BEB2 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 190 | 178 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.25 |
| HSL | 115º | 0.08% | 0.72% | - |
| HSV(B) | 115º | 0.06% | 0.75% | - |
| XYZ | 45.04 | 49.62 | 49.32 | - |
| YUV | 185.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 190 | 178 | 0.06 | 0 | 0.06 | 0.25 | 115 | 0.08 | 0.72 |
| Hex | B3 | BE | B2 | 6 | 0 | 6 | 19 | 73 | 8 | 48 |
| Octal | 263 | 276 | 262 | 6 | 0 | 6 | 31 | 163 | 10 | 110 |
| Binary | 10110011 | 10111110 | 10110010 | 110 | 0 | 110 | 11001 | 1110011 | 1000 | 1001000 |
Color Harmonies of #B3BEB2
Complementary color
Monochromatic Colors of #B3BEB2
Black with #B3BEB2
Text Example
Text Example
White with #B3BEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BEB2; }
p { color: rgb(179,190,178); }
H1.HeaderClassName
{
color: #B3BEB2;
}
.AnyTagClassName
{
color: #B3BEB2;
}
</style>
background-color css
<style>
a { background-color: #B3BEB2; }
a { background-color: rgb(179,190,178); }
div.DivClassName
{
background-color: #B3BEB2;
}
.BgClassName
{
background-color: #B3BEB2;
}
</style>
border-color css
<style>
span { border-color: #B3BEB2; }
span { border-color: rgb(179,190,178); }
td.TdClassName
{
border-color: #B3BEB2;
}
.TagClassName
{
border-color: #B3BEB2;
}
</style>