Shades of Heather #BACBD1
Tints of Heather #BACBD1
RGB
CMYK
RGB Variations
Color information
#BACBD1 (or 0xBACBD1) is known color: Heather. HEX triplet: BA, CB and D1. RGB value is (186,203,209). Sum of RGB (Red+Green+Blue) = 186+203+209=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 209 - color contains mainly: blue. Hex color #BACBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBD1 is #45342E. Grayscale: #C6C6C6. Windows color (decimal): -4535343 or 13749178. OLE color: 13749178.
HSL color Cylindrical-coordinate representation of color #BACBD1: hue angle of 195.65º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BACBD1 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 203 | 209 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.18 |
| HSL | 195.65º | 0.2% | 0.77% | - |
| HSV(B) | 195.65º | 0.11% | 0.82% | - |
| XYZ | 53.11 | 57.75 | 68.67 | - |
| YUV | 198.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 209 | 0.11 | 0.03 | 0 | 0.18 | 195.65 | 0.2 | 0.77 |
| Hex | BA | CB | D1 | B | 3 | 0 | 12 | C4 | 14 | 4D |
| Octal | 272 | 313 | 321 | 13 | 3 | 0 | 22 | 304 | 24 | 115 |
| Binary | 10111010 | 11001011 | 11010001 | 1011 | 11 | 0 | 10010 | 11000100 | 10100 | 1001101 |
Color Harmonies of #BACBD1
Complementary color
Monochromatic Colors of #BACBD1
Black with #BACBD1
Text Example
Text Example
White with #BACBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBD1; }
p { color: rgb(186,203,209); }
H1.HeaderClassName
{
color: #BACBD1;
}
.AnyTagClassName
{
color: #BACBD1;
}
</style>
background-color css
<style>
a { background-color: #BACBD1; }
a { background-color: rgb(186,203,209); }
div.DivClassName
{
background-color: #BACBD1;
}
.BgClassName
{
background-color: #BACBD1;
}
</style>
border-color css
<style>
span { border-color: #BACBD1; }
span { border-color: rgb(186,203,209); }
td.TdClassName
{
border-color: #BACBD1;
}
.TagClassName
{
border-color: #BACBD1;
}
</style>