Shades of Heather #BAC3C7
Tints of Heather #BAC3C7
RGB
CMYK
RGB Variations
Color information
#BAC3C7 (or 0xBAC3C7) is known color: Heather. HEX triplet: BA, C3 and C7. RGB value is (186,195,199). Sum of RGB (Red+Green+Blue) = 186+195+199=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 195 (76.56% from 255 or 33.62% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 199 - color contains mainly: blue. Hex color #BAC3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3C7 is #453C38. Grayscale: #C0C0C0. Windows color (decimal): -4537401 or 13091770. OLE color: 13091770.
HSL color Cylindrical-coordinate representation of color #BAC3C7: hue angle of 198.46º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC3C7 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 186 | 195 | 199 | - |
CMYK | 0.07 | 0.02 | 0 | 0.22 |
HSL | 198.46º | 0.1% | 0.75% | - |
HSV(B) | 198.46º | 0.07% | 0.78% | - |
XYZ | 50.07 | 53.59 | 61.74 | - |
YUV | 192.77 | 131.52 | 123.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 195 | 199 | 0.07 | 0.02 | 0 | 0.22 | 198.46 | 0.1 | 0.75 |
Hex | BA | C3 | C7 | 7 | 2 | 0 | 16 | C6 | A | 4B |
Octal | 272 | 303 | 307 | 7 | 2 | 0 | 26 | 306 | 12 | 113 |
Binary | 10111010 | 11000011 | 11000111 | 111 | 10 | 0 | 10110 | 11000110 | 1010 | 1001011 |
Color Harmonies of #BAC3C7
Complementary color
Monochromatic Colors of #BAC3C7
Black with #BAC3C7
Text Example
Text Example
White with #BAC3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3C7; }
p { color: rgb(186,195,199); }
H1.HeaderClassName
{
color: #BAC3C7;
}
.AnyTagClassName
{
color: #BAC3C7;
}
</style>
background-color css
<style>
a { background-color: #BAC3C7; }
a { background-color: rgb(186,195,199); }
div.DivClassName
{
background-color: #BAC3C7;
}
.BgClassName
{
background-color: #BAC3C7;
}
</style>
border-color css
<style>
span { border-color: #BAC3C7; }
span { border-color: rgb(186,195,199); }
td.TdClassName
{
border-color: #BAC3C7;
}
.TagClassName
{
border-color: #BAC3C7;
}
</style>