Shades of Rainee #BAC5B8
Tints of Rainee #BAC5B8
RGB
CMYK
RGB Variations
Color information
#BAC5B8 (or 0xBAC5B8) is known color: Rainee. HEX triplet: BA, C5 and B8. RGB value is (186,197,184). Sum of RGB (Red+Green+Blue) = 186+197+184=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5B8 is #453A47. Grayscale: #C0C0C0. Windows color (decimal): -4536904 or 12109242. OLE color: 12109242.
HSL color Cylindrical-coordinate representation of color #BAC5B8: hue angle of 110.77º degrees, saturation: 0.1, 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 #BAC5B8 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 184 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.23 |
| HSL | 110.77º | 0.1% | 0.75% | - |
| HSV(B) | 110.77º | 0.07% | 0.77% | - |
| XYZ | 48.87 | 53.83 | 53.16 | - |
| YUV | 192.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 184 | 0.06 | 0 | 0.07 | 0.23 | 110.77 | 0.1 | 0.75 |
| Hex | BA | C5 | B8 | 6 | 0 | 7 | 17 | 6F | A | 4B |
| Octal | 272 | 305 | 270 | 6 | 0 | 7 | 27 | 157 | 12 | 113 |
| Binary | 10111010 | 11000101 | 10111000 | 110 | 0 | 111 | 10111 | 1101111 | 1010 | 1001011 |
Color Harmonies of #BAC5B8
Complementary color
Monochromatic Colors of #BAC5B8
Black with #BAC5B8
Text Example
Text Example
White with #BAC5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5B8; }
p { color: rgb(186,197,184); }
H1.HeaderClassName
{
color: #BAC5B8;
}
.AnyTagClassName
{
color: #BAC5B8;
}
</style>
background-color css
<style>
a { background-color: #BAC5B8; }
a { background-color: rgb(186,197,184); }
div.DivClassName
{
background-color: #BAC5B8;
}
.BgClassName
{
background-color: #BAC5B8;
}
</style>
border-color css
<style>
span { border-color: #BAC5B8; }
span { border-color: rgb(186,197,184); }
td.TdClassName
{
border-color: #BAC5B8;
}
.TagClassName
{
border-color: #BAC5B8;
}
</style>