Shades of Rainee #BAC9B4
Tints of Rainee #BAC9B4
RGB
CMYK
RGB Variations
Color information
#BAC9B4 (or 0xBAC9B4) is known color: Rainee. HEX triplet: BA, C9 and B4. RGB value is (186,201,180). Sum of RGB (Red+Green+Blue) = 186+201+180=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9B4 is #45364B. Grayscale: #C2C2C2. Windows color (decimal): -4535884 or 11848122. OLE color: 11848122.
HSL color Cylindrical-coordinate representation of color #BAC9B4: hue angle of 102.86º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAC9B4 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 180 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.21 |
| HSL | 102.86º | 0.16% | 0.75% | - |
| HSV(B) | 102.86º | 0.1% | 0.79% | - |
| XYZ | 49.37 | 55.51 | 51.29 | - |
| YUV | 194.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 180 | 0.07 | 0 | 0.10 | 0.21 | 102.86 | 0.16 | 0.75 |
| Hex | BA | C9 | B4 | 7 | 0 | A | 15 | 67 | 10 | 4B |
| Octal | 272 | 311 | 264 | 7 | 0 | 12 | 25 | 147 | 20 | 113 |
| Binary | 10111010 | 11001001 | 10110100 | 111 | 0 | 1010 | 10101 | 1100111 | 10000 | 1001011 |
Color Harmonies of #BAC9B4
Complementary color
Monochromatic Colors of #BAC9B4
Black with #BAC9B4
Text Example
Text Example
White with #BAC9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9B4; }
p { color: rgb(186,201,180); }
H1.HeaderClassName
{
color: #BAC9B4;
}
.AnyTagClassName
{
color: #BAC9B4;
}
</style>
background-color css
<style>
a { background-color: #BAC9B4; }
a { background-color: rgb(186,201,180); }
div.DivClassName
{
background-color: #BAC9B4;
}
.BgClassName
{
background-color: #BAC9B4;
}
</style>
border-color css
<style>
span { border-color: #BAC9B4; }
span { border-color: rgb(186,201,180); }
td.TdClassName
{
border-color: #BAC9B4;
}
.TagClassName
{
border-color: #BAC9B4;
}
</style>