Shades of Rainee #B1BCAE
Tints of Rainee #B1BCAE
RGB
CMYK
RGB Variations
Color information
#B1BCAE (or 0xB1BCAE) is known color: Rainee. HEX triplet: B1, BC and AE. RGB value is (177,188,174). Sum of RGB (Red+Green+Blue) = 177+188+174=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BCAE is #4E4351. Grayscale: #B7B7B7. Windows color (decimal): -5129042 or 11451569. OLE color: 11451569.
HSL color Cylindrical-coordinate representation of color #B1BCAE: hue angle of 107.14º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B1BCAE is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 174 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.26 |
| HSL | 107.14º | 0.09% | 0.71% | - |
| HSV(B) | 107.14º | 0.07% | 0.74% | - |
| XYZ | 43.75 | 48.37 | 47.07 | - |
| YUV | 183.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 174 | 0.06 | 0 | 0.07 | 0.26 | 107.14 | 0.09 | 0.71 |
| Hex | B1 | BC | AE | 6 | 0 | 7 | 1A | 6B | 9 | 47 |
| Octal | 261 | 274 | 256 | 6 | 0 | 7 | 32 | 153 | 11 | 107 |
| Binary | 10110001 | 10111100 | 10101110 | 110 | 0 | 111 | 11010 | 1101011 | 1001 | 1000111 |
Color Harmonies of #B1BCAE
Complementary color
Monochromatic Colors of #B1BCAE
Black with #B1BCAE
Text Example
Text Example
White with #B1BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BCAE; }
p { color: rgb(177,188,174); }
H1.HeaderClassName
{
color: #B1BCAE;
}
.AnyTagClassName
{
color: #B1BCAE;
}
</style>
background-color css
<style>
a { background-color: #B1BCAE; }
a { background-color: rgb(177,188,174); }
div.DivClassName
{
background-color: #B1BCAE;
}
.BgClassName
{
background-color: #B1BCAE;
}
</style>
border-color css
<style>
span { border-color: #B1BCAE; }
span { border-color: rgb(177,188,174); }
td.TdClassName
{
border-color: #B1BCAE;
}
.TagClassName
{
border-color: #B1BCAE;
}
</style>