Shades of Rainee #B5BBB4
Tints of Rainee #B5BBB4
RGB
CMYK
RGB Variations
Color information
#B5BBB4 (or 0xB5BBB4) is known color: Rainee. HEX triplet: B5, BB and B4. RGB value is (181,187,180). Sum of RGB (Red+Green+Blue) = 181+187+180=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BBB4 is #4A444B. Grayscale: #B8B8B8. Windows color (decimal): -4867148 or 11844533. OLE color: 11844533.
HSL color Cylindrical-coordinate representation of color #B5BBB4: hue angle of 111.43º 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 #B5BBB4 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 187 | 180 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.27 |
| HSL | 111.43º | 0.05% | 0.72% | - |
| HSV(B) | 111.43º | 0.04% | 0.73% | - |
| XYZ | 45.06 | 48.66 | 50.2 | - |
| YUV | 184.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 180 | 0.03 | 0 | 0.04 | 0.27 | 111.43 | 0.05 | 0.72 |
| Hex | B5 | BB | B4 | 3 | 0 | 4 | 1B | 6F | 5 | 48 |
| Octal | 265 | 273 | 264 | 3 | 0 | 4 | 33 | 157 | 5 | 110 |
| Binary | 10110101 | 10111011 | 10110100 | 11 | 0 | 100 | 11011 | 1101111 | 101 | 1001000 |
Color Harmonies of #B5BBB4
Complementary color
Monochromatic Colors of #B5BBB4
Black with #B5BBB4
Text Example
Text Example
White with #B5BBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BBB4; }
p { color: rgb(181,187,180); }
H1.HeaderClassName
{
color: #B5BBB4;
}
.AnyTagClassName
{
color: #B5BBB4;
}
</style>
background-color css
<style>
a { background-color: #B5BBB4; }
a { background-color: rgb(181,187,180); }
div.DivClassName
{
background-color: #B5BBB4;
}
.BgClassName
{
background-color: #B5BBB4;
}
</style>
border-color css
<style>
span { border-color: #B5BBB4; }
span { border-color: rgb(181,187,180); }
td.TdClassName
{
border-color: #B5BBB4;
}
.TagClassName
{
border-color: #B5BBB4;
}
</style>