Shades of Rainee #B4BBB1
Tints of Rainee #B4BBB1
RGB
CMYK
RGB Variations
Color information
#B4BBB1 (or 0xB4BBB1) is known color: Rainee. HEX triplet: B4, BB and B1. RGB value is (180,187,177). Sum of RGB (Red+Green+Blue) = 180+187+177=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BBB1 is #4B444E. Grayscale: #B7B7B7. Windows color (decimal): -4932687 or 11647924. OLE color: 11647924.
HSL color Cylindrical-coordinate representation of color #B4BBB1: hue angle of 102º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B4BBB1 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 187 | 177 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.27 |
| HSL | 102º | 0.07% | 0.71% | - |
| HSV(B) | 102º | 0.05% | 0.73% | - |
| XYZ | 44.53 | 48.42 | 48.59 | - |
| YUV | 183.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 177 | 0.04 | 0 | 0.05 | 0.27 | 102 | 0.07 | 0.71 |
| Hex | B4 | BB | B1 | 4 | 0 | 5 | 1B | 66 | 7 | 47 |
| Octal | 264 | 273 | 261 | 4 | 0 | 5 | 33 | 146 | 7 | 107 |
| Binary | 10110100 | 10111011 | 10110001 | 100 | 0 | 101 | 11011 | 1100110 | 111 | 1000111 |
Color Harmonies of #B4BBB1
Complementary color
Monochromatic Colors of #B4BBB1
Black with #B4BBB1
Text Example
Text Example
White with #B4BBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BBB1; }
p { color: rgb(180,187,177); }
H1.HeaderClassName
{
color: #B4BBB1;
}
.AnyTagClassName
{
color: #B4BBB1;
}
</style>
background-color css
<style>
a { background-color: #B4BBB1; }
a { background-color: rgb(180,187,177); }
div.DivClassName
{
background-color: #B4BBB1;
}
.BgClassName
{
background-color: #B4BBB1;
}
</style>
border-color css
<style>
span { border-color: #B4BBB1; }
span { border-color: rgb(180,187,177); }
td.TdClassName
{
border-color: #B4BBB1;
}
.TagClassName
{
border-color: #B4BBB1;
}
</style>