Shades of Heather #A3BACA
Tints of Heather #A3BACA
RGB
CMYK
RGB Variations
Color information
#A3BACA (or 0xA3BACA) is known color: Heather. HEX triplet: A3, BA and CA. RGB value is (163,186,202). Sum of RGB (Red+Green+Blue) = 163+186+202=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #A3BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BACA is #5C4535. Grayscale: #B4B4B4. Windows color (decimal): -6047030 or 13286051. OLE color: 13286051.
HSL color Cylindrical-coordinate representation of color #A3BACA: hue angle of 204.62º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3BACA is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 186 | 202 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.21 |
| HSL | 204.62º | 0.27% | 0.72% | - |
| HSV(B) | 204.62º | 0.19% | 0.79% | - |
| XYZ | 43.32 | 47.17 | 62.7 | - |
| YUV | 180.95 | 139.88 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 202 | 0.19 | 0.08 | 0 | 0.21 | 204.62 | 0.27 | 0.72 |
| Hex | A3 | BA | CA | 13 | 8 | 0 | 15 | CD | 1B | 48 |
| Octal | 243 | 272 | 312 | 23 | 10 | 0 | 25 | 315 | 33 | 110 |
| Binary | 10100011 | 10111010 | 11001010 | 10011 | 1000 | 0 | 10101 | 11001101 | 11011 | 1001000 |
Color Harmonies of #A3BACA
Complementary color
Monochromatic Colors of #A3BACA
Black with #A3BACA
Text Example
Text Example
White with #A3BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BACA; }
p { color: rgb(163,186,202); }
H1.HeaderClassName
{
color: #A3BACA;
}
.AnyTagClassName
{
color: #A3BACA;
}
</style>
background-color css
<style>
a { background-color: #A3BACA; }
a { background-color: rgb(163,186,202); }
div.DivClassName
{
background-color: #A3BACA;
}
.BgClassName
{
background-color: #A3BACA;
}
</style>
border-color css
<style>
span { border-color: #A3BACA; }
span { border-color: rgb(163,186,202); }
td.TdClassName
{
border-color: #A3BACA;
}
.TagClassName
{
border-color: #A3BACA;
}
</style>