Shades of Heather #BAC1C4
Tints of Heather #BAC1C4
RGB
CMYK
RGB Variations
Color information
#BAC1C4 (or 0xBAC1C4) is known color: Heather. HEX triplet: BA, C1 and C4. RGB value is (186,193,196). Sum of RGB (Red+Green+Blue) = 186+193+196=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 196 - color contains mainly: blue. Hex color #BAC1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1C4 is #453E3B. Grayscale: #BFBFBF. Windows color (decimal): -4537916 or 12894650. OLE color: 12894650.
HSL color Cylindrical-coordinate representation of color #BAC1C4: hue angle of 198º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BAC1C4 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 193 | 196 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.23 |
| HSL | 198º | 0.08% | 0.75% | - |
| HSV(B) | 198º | 0.05% | 0.77% | - |
| XYZ | 49.28 | 52.56 | 59.77 | - |
| YUV | 191.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 196 | 0.05 | 0.02 | 0 | 0.23 | 198 | 0.08 | 0.75 |
| Hex | BA | C1 | C4 | 5 | 2 | 0 | 17 | C6 | 8 | 4B |
| Octal | 272 | 301 | 304 | 5 | 2 | 0 | 27 | 306 | 10 | 113 |
| Binary | 10111010 | 11000001 | 11000100 | 101 | 10 | 0 | 10111 | 11000110 | 1000 | 1001011 |
Color Harmonies of #BAC1C4
Complementary color
Monochromatic Colors of #BAC1C4
Black with #BAC1C4
Text Example
Text Example
White with #BAC1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC1C4; }
p { color: rgb(186,193,196); }
H1.HeaderClassName
{
color: #BAC1C4;
}
.AnyTagClassName
{
color: #BAC1C4;
}
</style>
background-color css
<style>
a { background-color: #BAC1C4; }
a { background-color: rgb(186,193,196); }
div.DivClassName
{
background-color: #BAC1C4;
}
.BgClassName
{
background-color: #BAC1C4;
}
</style>
border-color css
<style>
span { border-color: #BAC1C4; }
span { border-color: rgb(186,193,196); }
td.TdClassName
{
border-color: #BAC1C4;
}
.TagClassName
{
border-color: #BAC1C4;
}
</style>