Shades of Rainee #B4BBB3
Tints of Rainee #B4BBB3
RGB
CMYK
RGB Variations
Color information
#B4BBB3 (or 0xB4BBB3) is known color: Rainee. HEX triplet: B4, BB and B3. RGB value is (180,187,179). Sum of RGB (Red+Green+Blue) = 180+187+179=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBB3 is #4B444C. Grayscale: #B8B8B8. Windows color (decimal): -4932685 or 11778996. OLE color: 11778996.
HSL color Cylindrical-coordinate representation of color #B4BBB3: hue angle of 112.5º degrees, saturation: 0.06, 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 #B4BBB3 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 187 | 179 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.27 |
| HSL | 112.5º | 0.06% | 0.72% | - |
| HSV(B) | 112.5º | 0.04% | 0.73% | - |
| XYZ | 44.73 | 48.5 | 49.65 | - |
| YUV | 184 | 125.18 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 179 | 0.04 | 0 | 0.04 | 0.27 | 112.5 | 0.06 | 0.72 |
| Hex | B4 | BB | B3 | 4 | 0 | 4 | 1B | 70 | 6 | 48 |
| Octal | 264 | 273 | 263 | 4 | 0 | 4 | 33 | 160 | 6 | 110 |
| Binary | 10110100 | 10111011 | 10110011 | 100 | 0 | 100 | 11011 | 1110000 | 110 | 1001000 |
Color Harmonies of #B4BBB3
Complementary color
Monochromatic Colors of #B4BBB3
Black with #B4BBB3
Text Example
Text Example
White with #B4BBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BBB3; }
p { color: rgb(180,187,179); }
H1.HeaderClassName
{
color: #B4BBB3;
}
.AnyTagClassName
{
color: #B4BBB3;
}
</style>
background-color css
<style>
a { background-color: #B4BBB3; }
a { background-color: rgb(180,187,179); }
div.DivClassName
{
background-color: #B4BBB3;
}
.BgClassName
{
background-color: #B4BBB3;
}
</style>
border-color css
<style>
span { border-color: #B4BBB3; }
span { border-color: rgb(180,187,179); }
td.TdClassName
{
border-color: #B4BBB3;
}
.TagClassName
{
border-color: #B4BBB3;
}
</style>