Shades of Rainee #BAC4B8
Tints of Rainee #BAC4B8
RGB
CMYK
RGB Variations
Color information
#BAC4B8 (or 0xBAC4B8) is known color: Rainee. HEX triplet: BA, C4 and B8. RGB value is (186,196,184). Sum of RGB (Red+Green+Blue) = 186+196+184=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 184 (72.27% from 255 or 32.51% from 566); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4B8 is #453B47. Grayscale: #BFBFBF. Windows color (decimal): -4537160 or 12108986. OLE color: 12108986.
HSL color Cylindrical-coordinate representation of color #BAC4B8: hue angle of 110º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAC4B8 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 184 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.23 |
| HSL | 110º | 0.09% | 0.75% | - |
| HSV(B) | 110º | 0.06% | 0.77% | - |
| XYZ | 48.64 | 53.38 | 53.09 | - |
| YUV | 191.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 184 | 0.05 | 0 | 0.06 | 0.23 | 110 | 0.09 | 0.75 |
| Hex | BA | C4 | B8 | 5 | 0 | 6 | 17 | 6E | 9 | 4B |
| Octal | 272 | 304 | 270 | 5 | 0 | 6 | 27 | 156 | 11 | 113 |
| Binary | 10111010 | 11000100 | 10111000 | 101 | 0 | 110 | 10111 | 1101110 | 1001 | 1001011 |
Color Harmonies of #BAC4B8
Complementary color
Monochromatic Colors of #BAC4B8
Black with #BAC4B8
Text Example
Text Example
White with #BAC4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC4B8; }
p { color: rgb(186,196,184); }
H1.HeaderClassName
{
color: #BAC4B8;
}
.AnyTagClassName
{
color: #BAC4B8;
}
</style>
background-color css
<style>
a { background-color: #BAC4B8; }
a { background-color: rgb(186,196,184); }
div.DivClassName
{
background-color: #BAC4B8;
}
.BgClassName
{
background-color: #BAC4B8;
}
</style>
border-color css
<style>
span { border-color: #BAC4B8; }
span { border-color: rgb(186,196,184); }
td.TdClassName
{
border-color: #BAC4B8;
}
.TagClassName
{
border-color: #BAC4B8;
}
</style>