Shades of Rainee #B4BCB1
Tints of Rainee #B4BCB1
RGB
CMYK
RGB Variations
Color information
#B4BCB1 (or 0xB4BCB1) is known color: Rainee. HEX triplet: B4, BC and B1. RGB value is (180,188,177). Sum of RGB (Red+Green+Blue) = 180+188+177=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BCB1 is #4B434E. Grayscale: #B8B8B8. Windows color (decimal): -4932431 or 11648180. OLE color: 11648180.
HSL color Cylindrical-coordinate representation of color #B4BCB1: hue angle of 103.64º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B4BCB1 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 188 | 177 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.26 |
| HSL | 103.64º | 0.08% | 0.72% | - |
| HSV(B) | 103.64º | 0.06% | 0.74% | - |
| XYZ | 44.74 | 48.84 | 48.66 | - |
| YUV | 184.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 177 | 0.04 | 0 | 0.06 | 0.26 | 103.64 | 0.08 | 0.72 |
| Hex | B4 | BC | B1 | 4 | 0 | 6 | 1A | 68 | 8 | 48 |
| Octal | 264 | 274 | 261 | 4 | 0 | 6 | 32 | 150 | 10 | 110 |
| Binary | 10110100 | 10111100 | 10110001 | 100 | 0 | 110 | 11010 | 1101000 | 1000 | 1001000 |
Color Harmonies of #B4BCB1
Complementary color
Monochromatic Colors of #B4BCB1
Black with #B4BCB1
Text Example
Text Example
White with #B4BCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BCB1; }
p { color: rgb(180,188,177); }
H1.HeaderClassName
{
color: #B4BCB1;
}
.AnyTagClassName
{
color: #B4BCB1;
}
</style>
background-color css
<style>
a { background-color: #B4BCB1; }
a { background-color: rgb(180,188,177); }
div.DivClassName
{
background-color: #B4BCB1;
}
.BgClassName
{
background-color: #B4BCB1;
}
</style>
border-color css
<style>
span { border-color: #B4BCB1; }
span { border-color: rgb(180,188,177); }
td.TdClassName
{
border-color: #B4BCB1;
}
.TagClassName
{
border-color: #B4BCB1;
}
</style>