Shades of Heather #A3BCC8
Tints of Heather #A3BCC8
RGB
CMYK
RGB Variations
Color information
#A3BCC8 (or 0xA3BCC8) is known color: Heather. HEX triplet: A3, BC and C8. RGB value is (163,188,200). Sum of RGB (Red+Green+Blue) = 163+188+200=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 200 - color contains mainly: blue. Hex color #A3BCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCC8 is #5C4337. Grayscale: #B5B5B5. Windows color (decimal): -6046520 or 13155491. OLE color: 13155491.
HSL color Cylindrical-coordinate representation of color #A3BCC8: hue angle of 199.46º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3BCC8 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 188 | 200 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.22 |
| HSL | 199.46º | 0.25% | 0.71% | - |
| HSV(B) | 199.46º | 0.19% | 0.78% | - |
| XYZ | 43.51 | 47.92 | 61.6 | - |
| YUV | 181.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 200 | 0.18 | 0.06 | 0 | 0.22 | 199.46 | 0.25 | 0.71 |
| Hex | A3 | BC | C8 | 12 | 6 | 0 | 16 | C7 | 19 | 47 |
| Octal | 243 | 274 | 310 | 22 | 6 | 0 | 26 | 307 | 31 | 107 |
| Binary | 10100011 | 10111100 | 11001000 | 10010 | 110 | 0 | 10110 | 11000111 | 11001 | 1000111 |
Color Harmonies of #A3BCC8
Complementary color
Monochromatic Colors of #A3BCC8
Black with #A3BCC8
Text Example
Text Example
White with #A3BCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BCC8; }
p { color: rgb(163,188,200); }
H1.HeaderClassName
{
color: #A3BCC8;
}
.AnyTagClassName
{
color: #A3BCC8;
}
</style>
background-color css
<style>
a { background-color: #A3BCC8; }
a { background-color: rgb(163,188,200); }
div.DivClassName
{
background-color: #A3BCC8;
}
.BgClassName
{
background-color: #A3BCC8;
}
</style>
border-color css
<style>
span { border-color: #A3BCC8; }
span { border-color: rgb(163,188,200); }
td.TdClassName
{
border-color: #A3BCC8;
}
.TagClassName
{
border-color: #A3BCC8;
}
</style>