Shades of Heather #BAC6CC
Tints of Heather #BAC6CC
RGB
CMYK
RGB Variations
Color information
#BAC6CC (or 0xBAC6CC) is known color: Heather. HEX triplet: BA, C6 and CC. RGB value is (186,198,204). Sum of RGB (Red+Green+Blue) = 186+198+204=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAC6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6CC is #453933. Grayscale: #C3C3C3. Windows color (decimal): -4536628 or 13420218. OLE color: 13420218.
HSL color Cylindrical-coordinate representation of color #BAC6CC: hue angle of 200º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAC6CC is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 198 | 204 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.2 |
| HSL | 200º | 0.15% | 0.76% | - |
| HSV(B) | 200º | 0.09% | 0.8% | - |
| XYZ | 51.34 | 55.19 | 65.07 | - |
| YUV | 195.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 204 | 0.09 | 0.03 | 0 | 0.2 | 200 | 0.15 | 0.76 |
| Hex | BA | C6 | CC | 9 | 3 | 0 | 14 | C8 | F | 4C |
| Octal | 272 | 306 | 314 | 11 | 3 | 0 | 24 | 310 | 17 | 114 |
| Binary | 10111010 | 11000110 | 11001100 | 1001 | 11 | 0 | 10100 | 11001000 | 1111 | 1001100 |
Color Harmonies of #BAC6CC
Complementary color
Monochromatic Colors of #BAC6CC
Black with #BAC6CC
Text Example
Text Example
White with #BAC6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC6CC; }
p { color: rgb(186,198,204); }
H1.HeaderClassName
{
color: #BAC6CC;
}
.AnyTagClassName
{
color: #BAC6CC;
}
</style>
background-color css
<style>
a { background-color: #BAC6CC; }
a { background-color: rgb(186,198,204); }
div.DivClassName
{
background-color: #BAC6CC;
}
.BgClassName
{
background-color: #BAC6CC;
}
</style>
border-color css
<style>
span { border-color: #BAC6CC; }
span { border-color: rgb(186,198,204); }
td.TdClassName
{
border-color: #BAC6CC;
}
.TagClassName
{
border-color: #BAC6CC;
}
</style>