Shades of Rainee #B2BEB0
Tints of Rainee #B2BEB0
RGB
CMYK
RGB Variations
Color information
#B2BEB0 (or 0xB2BEB0) is known color: Rainee. HEX triplet: B2, BE and B0. RGB value is (178,190,176). Sum of RGB (Red+Green+Blue) = 178+190+176=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BEB0 is #4D414F. Grayscale: #B8B8B8. Windows color (decimal): -5062992 or 11583154. OLE color: 11583154.
HSL color Cylindrical-coordinate representation of color #B2BEB0: hue angle of 111.43º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2BEB0 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 176 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.25 |
| HSL | 111.43º | 0.1% | 0.72% | - |
| HSV(B) | 111.43º | 0.07% | 0.75% | - |
| XYZ | 44.61 | 49.43 | 48.26 | - |
| YUV | 184.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 176 | 0.06 | 0 | 0.07 | 0.25 | 111.43 | 0.1 | 0.72 |
| Hex | B2 | BE | B0 | 6 | 0 | 7 | 19 | 6F | A | 48 |
| Octal | 262 | 276 | 260 | 6 | 0 | 7 | 31 | 157 | 12 | 110 |
| Binary | 10110010 | 10111110 | 10110000 | 110 | 0 | 111 | 11001 | 1101111 | 1010 | 1001000 |
Color Harmonies of #B2BEB0
Complementary color
Monochromatic Colors of #B2BEB0
Black with #B2BEB0
Text Example
Text Example
White with #B2BEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEB0; }
p { color: rgb(178,190,176); }
H1.HeaderClassName
{
color: #B2BEB0;
}
.AnyTagClassName
{
color: #B2BEB0;
}
</style>
background-color css
<style>
a { background-color: #B2BEB0; }
a { background-color: rgb(178,190,176); }
div.DivClassName
{
background-color: #B2BEB0;
}
.BgClassName
{
background-color: #B2BEB0;
}
</style>
border-color css
<style>
span { border-color: #B2BEB0; }
span { border-color: rgb(178,190,176); }
td.TdClassName
{
border-color: #B2BEB0;
}
.TagClassName
{
border-color: #B2BEB0;
}
</style>