Shades of Heather #BAC9CF
Tints of Heather #BAC9CF
RGB
CMYK
RGB Variations
Color information
#BAC9CF (or 0xBAC9CF) is known color: Heather. HEX triplet: BA, C9 and CF. RGB value is (186,201,207). Sum of RGB (Red+Green+Blue) = 186+201+207=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAC9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9CF is #453630. Grayscale: #C5C5C5. Windows color (decimal): -4535857 or 13617594. OLE color: 13617594.
HSL color Cylindrical-coordinate representation of color #BAC9CF: hue angle of 197.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAC9CF is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 201 | 207 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.19 |
| HSL | 197.14º | 0.18% | 0.77% | - |
| HSV(B) | 197.14º | 0.1% | 0.81% | - |
| XYZ | 52.4 | 56.72 | 67.22 | - |
| YUV | 197.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 207 | 0.10 | 0.03 | 0 | 0.19 | 197.14 | 0.18 | 0.77 |
| Hex | BA | C9 | CF | A | 3 | 0 | 13 | C5 | 12 | 4D |
| Octal | 272 | 311 | 317 | 12 | 3 | 0 | 23 | 305 | 22 | 115 |
| Binary | 10111010 | 11001001 | 11001111 | 1010 | 11 | 0 | 10011 | 11000101 | 10010 | 1001101 |
Color Harmonies of #BAC9CF
Complementary color
Monochromatic Colors of #BAC9CF
Black with #BAC9CF
Text Example
Text Example
White with #BAC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9CF; }
p { color: rgb(186,201,207); }
H1.HeaderClassName
{
color: #BAC9CF;
}
.AnyTagClassName
{
color: #BAC9CF;
}
</style>
background-color css
<style>
a { background-color: #BAC9CF; }
a { background-color: rgb(186,201,207); }
div.DivClassName
{
background-color: #BAC9CF;
}
.BgClassName
{
background-color: #BAC9CF;
}
</style>
border-color css
<style>
span { border-color: #BAC9CF; }
span { border-color: rgb(186,201,207); }
td.TdClassName
{
border-color: #BAC9CF;
}
.TagClassName
{
border-color: #BAC9CF;
}
</style>