Shades of Heather #A3B2BC
Tints of Heather #A3B2BC
RGB
CMYK
RGB Variations
Color information
#A3B2BC (or 0xA3B2BC) is known color: Heather. HEX triplet: A3, B2 and BC. RGB value is (163,178,188). Sum of RGB (Red+Green+Blue) = 163+178+188=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #A3B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B2BC is #5C4D43. Grayscale: #AEAEAE. Windows color (decimal): -6049092 or 12366499. OLE color: 12366499.
HSL color Cylindrical-coordinate representation of color #A3B2BC: hue angle of 204º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3B2BC is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 178 | 188 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.26 |
| HSL | 204º | 0.16% | 0.69% | - |
| HSV(B) | 204º | 0.13% | 0.74% | - |
| XYZ | 40.1 | 43.26 | 53.81 | - |
| YUV | 174.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 188 | 0.13 | 0.05 | 0 | 0.26 | 204 | 0.16 | 0.69 |
| Hex | A3 | B2 | BC | D | 5 | 0 | 1A | CC | 10 | 45 |
| Octal | 243 | 262 | 274 | 15 | 5 | 0 | 32 | 314 | 20 | 105 |
| Binary | 10100011 | 10110010 | 10111100 | 1101 | 101 | 0 | 11010 | 11001100 | 10000 | 1000101 |
Color Harmonies of #A3B2BC
Complementary color
Monochromatic Colors of #A3B2BC
Black with #A3B2BC
Text Example
Text Example
White with #A3B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B2BC; }
p { color: rgb(163,178,188); }
H1.HeaderClassName
{
color: #A3B2BC;
}
.AnyTagClassName
{
color: #A3B2BC;
}
</style>
background-color css
<style>
a { background-color: #A3B2BC; }
a { background-color: rgb(163,178,188); }
div.DivClassName
{
background-color: #A3B2BC;
}
.BgClassName
{
background-color: #A3B2BC;
}
</style>
border-color css
<style>
span { border-color: #A3B2BC; }
span { border-color: rgb(163,178,188); }
td.TdClassName
{
border-color: #A3B2BC;
}
.TagClassName
{
border-color: #A3B2BC;
}
</style>