Shades of Rainee #B1BCB0
Tints of Rainee #B1BCB0
RGB
CMYK
RGB Variations
Color information
#B1BCB0 (or 0xB1BCB0) is known color: Rainee. HEX triplet: B1, BC and B0. RGB value is (177,188,176). Sum of RGB (Red+Green+Blue) = 177+188+176=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BCB0 is #4E434F. Grayscale: #B7B7B7. Windows color (decimal): -5129040 or 11582641. OLE color: 11582641.
HSL color Cylindrical-coordinate representation of color #B1BCB0: hue angle of 115º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1BCB0 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 176 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.26 |
| HSL | 115º | 0.08% | 0.71% | - |
| HSV(B) | 115º | 0.06% | 0.74% | - |
| XYZ | 43.95 | 48.45 | 48.11 | - |
| YUV | 183.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 176 | 0.06 | 0 | 0.06 | 0.26 | 115 | 0.08 | 0.71 |
| Hex | B1 | BC | B0 | 6 | 0 | 6 | 1A | 73 | 8 | 47 |
| Octal | 261 | 274 | 260 | 6 | 0 | 6 | 32 | 163 | 10 | 107 |
| Binary | 10110001 | 10111100 | 10110000 | 110 | 0 | 110 | 11010 | 1110011 | 1000 | 1000111 |
Color Harmonies of #B1BCB0
Complementary color
Monochromatic Colors of #B1BCB0
Black with #B1BCB0
Text Example
Text Example
White with #B1BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BCB0; }
p { color: rgb(177,188,176); }
H1.HeaderClassName
{
color: #B1BCB0;
}
.AnyTagClassName
{
color: #B1BCB0;
}
</style>
background-color css
<style>
a { background-color: #B1BCB0; }
a { background-color: rgb(177,188,176); }
div.DivClassName
{
background-color: #B1BCB0;
}
.BgClassName
{
background-color: #B1BCB0;
}
</style>
border-color css
<style>
span { border-color: #B1BCB0; }
span { border-color: rgb(177,188,176); }
td.TdClassName
{
border-color: #B1BCB0;
}
.TagClassName
{
border-color: #B1BCB0;
}
</style>