Shades of Rainee #BAC5B7
Tints of Rainee #BAC5B7
RGB
CMYK
RGB Variations
Color information
#BAC5B7 (or 0xBAC5B7) is known color: Rainee. HEX triplet: BA, C5 and B7. RGB value is (186,197,183). Sum of RGB (Red+Green+Blue) = 186+197+183=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5B7 is #453A48. Grayscale: #C0C0C0. Windows color (decimal): -4536905 or 12043706. OLE color: 12043706.
HSL color Cylindrical-coordinate representation of color #BAC5B7: hue angle of 107.14º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC5B7 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 183 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.23 |
| HSL | 107.14º | 0.11% | 0.75% | - |
| HSV(B) | 107.14º | 0.07% | 0.77% | - |
| XYZ | 48.76 | 53.79 | 52.61 | - |
| YUV | 192.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 183 | 0.06 | 0 | 0.07 | 0.23 | 107.14 | 0.11 | 0.75 |
| Hex | BA | C5 | B7 | 6 | 0 | 7 | 17 | 6B | B | 4B |
| Octal | 272 | 305 | 267 | 6 | 0 | 7 | 27 | 153 | 13 | 113 |
| Binary | 10111010 | 11000101 | 10110111 | 110 | 0 | 111 | 10111 | 1101011 | 1011 | 1001011 |
Color Harmonies of #BAC5B7
Complementary color
Monochromatic Colors of #BAC5B7
Black with #BAC5B7
Text Example
Text Example
White with #BAC5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5B7; }
p { color: rgb(186,197,183); }
H1.HeaderClassName
{
color: #BAC5B7;
}
.AnyTagClassName
{
color: #BAC5B7;
}
</style>
background-color css
<style>
a { background-color: #BAC5B7; }
a { background-color: rgb(186,197,183); }
div.DivClassName
{
background-color: #BAC5B7;
}
.BgClassName
{
background-color: #BAC5B7;
}
</style>
border-color css
<style>
span { border-color: #BAC5B7; }
span { border-color: rgb(186,197,183); }
td.TdClassName
{
border-color: #BAC5B7;
}
.TagClassName
{
border-color: #BAC5B7;
}
</style>