Shades of Heather #A3BCC5
Tints of Heather #A3BCC5
RGB
CMYK
RGB Variations
Color information
#A3BCC5 (or 0xA3BCC5) is known color: Heather. HEX triplet: A3, BC and C5. RGB value is (163,188,197). Sum of RGB (Red+Green+Blue) = 163+188+197=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 197 - color contains mainly: blue. Hex color #A3BCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCC5 is #5C433A. Grayscale: #B5B5B5. Windows color (decimal): -6046523 or 12958883. OLE color: 12958883.
HSL color Cylindrical-coordinate representation of color #A3BCC5: hue angle of 195.88º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3BCC5 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 188 | 197 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.23 |
| HSL | 195.88º | 0.23% | 0.71% | - |
| HSV(B) | 195.88º | 0.17% | 0.77% | - |
| XYZ | 43.17 | 47.78 | 59.77 | - |
| YUV | 181.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 197 | 0.17 | 0.05 | 0 | 0.23 | 195.88 | 0.23 | 0.71 |
| Hex | A3 | BC | C5 | 11 | 5 | 0 | 17 | C4 | 17 | 47 |
| Octal | 243 | 274 | 305 | 21 | 5 | 0 | 27 | 304 | 27 | 107 |
| Binary | 10100011 | 10111100 | 11000101 | 10001 | 101 | 0 | 10111 | 11000100 | 10111 | 1000111 |
Color Harmonies of #A3BCC5
Complementary color
Monochromatic Colors of #A3BCC5
Black with #A3BCC5
Text Example
Text Example
White with #A3BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BCC5; }
p { color: rgb(163,188,197); }
H1.HeaderClassName
{
color: #A3BCC5;
}
.AnyTagClassName
{
color: #A3BCC5;
}
</style>
background-color css
<style>
a { background-color: #A3BCC5; }
a { background-color: rgb(163,188,197); }
div.DivClassName
{
background-color: #A3BCC5;
}
.BgClassName
{
background-color: #A3BCC5;
}
</style>
border-color css
<style>
span { border-color: #A3BCC5; }
span { border-color: rgb(163,188,197); }
td.TdClassName
{
border-color: #A3BCC5;
}
.TagClassName
{
border-color: #A3BCC5;
}
</style>