Shades of Rainee #B5BFB3
Tints of Rainee #B5BFB3
RGB
CMYK
RGB Variations
Color information
#B5BFB3 (or 0xB5BFB3) is known color: Rainee. HEX triplet: B5, BF and B3. RGB value is (181,191,179). Sum of RGB (Red+Green+Blue) = 181+191+179=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFB3 is #4A404C. Grayscale: #BABABA. Windows color (decimal): -4866125 or 11780021. OLE color: 11780021.
HSL color Cylindrical-coordinate representation of color #B5BFB3: hue angle of 110º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5BFB3 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 191 | 179 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.25 |
| HSL | 110º | 0.09% | 0.73% | - |
| HSV(B) | 110º | 0.06% | 0.75% | - |
| XYZ | 45.82 | 50.34 | 49.95 | - |
| YUV | 186.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 179 | 0.05 | 0 | 0.06 | 0.25 | 110 | 0.09 | 0.73 |
| Hex | B5 | BF | B3 | 5 | 0 | 6 | 19 | 6E | 9 | 49 |
| Octal | 265 | 277 | 263 | 5 | 0 | 6 | 31 | 156 | 11 | 111 |
| Binary | 10110101 | 10111111 | 10110011 | 101 | 0 | 110 | 11001 | 1101110 | 1001 | 1001001 |
Color Harmonies of #B5BFB3
Complementary color
Monochromatic Colors of #B5BFB3
Black with #B5BFB3
Text Example
Text Example
White with #B5BFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BFB3; }
p { color: rgb(181,191,179); }
H1.HeaderClassName
{
color: #B5BFB3;
}
.AnyTagClassName
{
color: #B5BFB3;
}
</style>
background-color css
<style>
a { background-color: #B5BFB3; }
a { background-color: rgb(181,191,179); }
div.DivClassName
{
background-color: #B5BFB3;
}
.BgClassName
{
background-color: #B5BFB3;
}
</style>
border-color css
<style>
span { border-color: #B5BFB3; }
span { border-color: rgb(181,191,179); }
td.TdClassName
{
border-color: #B5BFB3;
}
.TagClassName
{
border-color: #B5BFB3;
}
</style>