Shades of Rainee #BAC6B5
Tints of Rainee #BAC6B5
RGB
CMYK
RGB Variations
Color information
#BAC6B5 (or 0xBAC6B5) is known color: Rainee. HEX triplet: BA, C6 and B5. RGB value is (186,198,181). Sum of RGB (Red+Green+Blue) = 186+198+181=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6B5 is #45394A. Grayscale: #C0C0C0. Windows color (decimal): -4536651 or 11912890. OLE color: 11912890.
HSL color Cylindrical-coordinate representation of color #BAC6B5: hue angle of 102.35º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAC6B5 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 186 | 198 | 181 | - |
CMYK | 0.06 | 0 | 0.09 | 0.22 |
HSL | 102.35º | 0.13% | 0.74% | - |
HSV(B) | 102.35º | 0.09% | 0.78% | - |
XYZ | 48.78 | 54.16 | 51.6 | - |
YUV | 192.47 | 121.52 | 123.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 198 | 181 | 0.06 | 0 | 0.09 | 0.22 | 102.35 | 0.13 | 0.74 |
Hex | BA | C6 | B5 | 6 | 0 | 9 | 16 | 66 | D | 4A |
Octal | 272 | 306 | 265 | 6 | 0 | 11 | 26 | 146 | 15 | 112 |
Binary | 10111010 | 11000110 | 10110101 | 110 | 0 | 1001 | 10110 | 1100110 | 1101 | 1001010 |
Color Harmonies of #BAC6B5
Complementary color
Monochromatic Colors of #BAC6B5
Black with #BAC6B5
Text Example
Text Example
White with #BAC6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC6B5; }
p { color: rgb(186,198,181); }
H1.HeaderClassName
{
color: #BAC6B5;
}
.AnyTagClassName
{
color: #BAC6B5;
}
</style>
background-color css
<style>
a { background-color: #BAC6B5; }
a { background-color: rgb(186,198,181); }
div.DivClassName
{
background-color: #BAC6B5;
}
.BgClassName
{
background-color: #BAC6B5;
}
</style>
border-color css
<style>
span { border-color: #BAC6B5; }
span { border-color: rgb(186,198,181); }
td.TdClassName
{
border-color: #BAC6B5;
}
.TagClassName
{
border-color: #BAC6B5;
}
</style>