Shades of Heather #BAC6CB
Tints of Heather #BAC6CB
RGB
CMYK
RGB Variations
Color information
#BAC6CB (or 0xBAC6CB) is known color: Heather. HEX triplet: BA, C6 and CB. RGB value is (186,198,203). Sum of RGB (Red+Green+Blue) = 186+198+203=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAC6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6CB is #453934. Grayscale: #C2C2C2. Windows color (decimal): -4536629 or 13354682. OLE color: 13354682.
HSL color Cylindrical-coordinate representation of color #BAC6CB: hue angle of 197.65º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAC6CB is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 198 | 203 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.20 |
| HSL | 197.65º | 0.14% | 0.76% | - |
| HSV(B) | 197.65º | 0.08% | 0.8% | - |
| XYZ | 51.22 | 55.14 | 64.44 | - |
| YUV | 194.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 203 | 0.08 | 0.02 | 0 | 0.20 | 197.65 | 0.14 | 0.76 |
| Hex | BA | C6 | CB | 8 | 2 | 0 | 14 | C6 | E | 4C |
| Octal | 272 | 306 | 313 | 10 | 2 | 0 | 24 | 306 | 16 | 114 |
| Binary | 10111010 | 11000110 | 11001011 | 1000 | 10 | 0 | 10100 | 11000110 | 1110 | 1001100 |
Color Harmonies of #BAC6CB
Complementary color
Monochromatic Colors of #BAC6CB
Black with #BAC6CB
Text Example
Text Example
White with #BAC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC6CB; }
p { color: rgb(186,198,203); }
H1.HeaderClassName
{
color: #BAC6CB;
}
.AnyTagClassName
{
color: #BAC6CB;
}
</style>
background-color css
<style>
a { background-color: #BAC6CB; }
a { background-color: rgb(186,198,203); }
div.DivClassName
{
background-color: #BAC6CB;
}
.BgClassName
{
background-color: #BAC6CB;
}
</style>
border-color css
<style>
span { border-color: #BAC6CB; }
span { border-color: rgb(186,198,203); }
td.TdClassName
{
border-color: #BAC6CB;
}
.TagClassName
{
border-color: #BAC6CB;
}
</style>