Shades of Rainee #B5BEB2
Tints of Rainee #B5BEB2
RGB
CMYK
RGB Variations
Color information
#B5BEB2 (or 0xB5BEB2) is known color: Rainee. HEX triplet: B5, BE and B2. RGB value is (181,190,178). Sum of RGB (Red+Green+Blue) = 181+190+178=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BEB2 is #4A414D. Grayscale: #B9B9B9. Windows color (decimal): -4866382 or 11714229. OLE color: 11714229.
HSL color Cylindrical-coordinate representation of color #B5BEB2: hue angle of 105º 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 #B5BEB2 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
RGB | 181 | 190 | 178 | - |
CMYK | 0.05 | 0 | 0.06 | 0.25 |
HSL | 105º | 0.08% | 0.72% | - |
HSV(B) | 105º | 0.06% | 0.75% | - |
XYZ | 45.51 | 49.87 | 49.35 | - |
YUV | 185.94 | 123.52 | 124.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 190 | 178 | 0.05 | 0 | 0.06 | 0.25 | 105 | 0.08 | 0.72 |
Hex | B5 | BE | B2 | 5 | 0 | 6 | 19 | 69 | 8 | 48 |
Octal | 265 | 276 | 262 | 5 | 0 | 6 | 31 | 151 | 10 | 110 |
Binary | 10110101 | 10111110 | 10110010 | 101 | 0 | 110 | 11001 | 1101001 | 1000 | 1001000 |
Color Harmonies of #B5BEB2
Complementary color
Monochromatic Colors of #B5BEB2
Black with #B5BEB2
Text Example
Text Example
White with #B5BEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BEB2; }
p { color: rgb(181,190,178); }
H1.HeaderClassName
{
color: #B5BEB2;
}
.AnyTagClassName
{
color: #B5BEB2;
}
</style>
background-color css
<style>
a { background-color: #B5BEB2; }
a { background-color: rgb(181,190,178); }
div.DivClassName
{
background-color: #B5BEB2;
}
.BgClassName
{
background-color: #B5BEB2;
}
</style>
border-color css
<style>
span { border-color: #B5BEB2; }
span { border-color: rgb(181,190,178); }
td.TdClassName
{
border-color: #B5BEB2;
}
.TagClassName
{
border-color: #B5BEB2;
}
</style>