Shades of Rainee #B5BAB3
Tints of Rainee #B5BAB3
RGB
CMYK
RGB Variations
Color information
#B5BAB3 (or 0xB5BAB3) is known color: Rainee. HEX triplet: B5, BA and B3. RGB value is (181,186,179). Sum of RGB (Red+Green+Blue) = 181+186+179=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BAB3 is #4A454C. Grayscale: #B7B7B7. Windows color (decimal): -4867405 or 11778741. OLE color: 11778741.
HSL color Cylindrical-coordinate representation of color #B5BAB3: hue angle of 102.86º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B5BAB3 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
RGB | 181 | 186 | 179 | - |
CMYK | 0.03 | 0 | 0.04 | 0.27 |
HSL | 102.86º | 0.05% | 0.72% | - |
HSV(B) | 102.86º | 0.04% | 0.73% | - |
XYZ | 44.75 | 48.2 | 49.59 | - |
YUV | 183.71 | 125.34 | 126.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 186 | 179 | 0.03 | 0 | 0.04 | 0.27 | 102.86 | 0.05 | 0.72 |
Hex | B5 | BA | B3 | 3 | 0 | 4 | 1B | 67 | 5 | 48 |
Octal | 265 | 272 | 263 | 3 | 0 | 4 | 33 | 147 | 5 | 110 |
Binary | 10110101 | 10111010 | 10110011 | 11 | 0 | 100 | 11011 | 1100111 | 101 | 1001000 |
Color Harmonies of #B5BAB3
Complementary color
Monochromatic Colors of #B5BAB3
Black with #B5BAB3
Text Example
Text Example
White with #B5BAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BAB3; }
p { color: rgb(181,186,179); }
H1.HeaderClassName
{
color: #B5BAB3;
}
.AnyTagClassName
{
color: #B5BAB3;
}
</style>
background-color css
<style>
a { background-color: #B5BAB3; }
a { background-color: rgb(181,186,179); }
div.DivClassName
{
background-color: #B5BAB3;
}
.BgClassName
{
background-color: #B5BAB3;
}
</style>
border-color css
<style>
span { border-color: #B5BAB3; }
span { border-color: rgb(181,186,179); }
td.TdClassName
{
border-color: #B5BAB3;
}
.TagClassName
{
border-color: #B5BAB3;
}
</style>