Shades of Heather #A2BCC3
Tints of Heather #A2BCC3
RGB
CMYK
RGB Variations
Color information
#A2BCC3 (or 0xA2BCC3) is known color: Heather. HEX triplet: A2, BC and C3. RGB value is (162,188,195). Sum of RGB (Red+Green+Blue) = 162+188+195=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 195 - color contains mainly: blue. Hex color #A2BCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCC3 is #5D433C. Grayscale: #B4B4B4. Windows color (decimal): -6112061 or 12827810. OLE color: 12827810.
HSL color Cylindrical-coordinate representation of color #A2BCC3: hue angle of 192.73º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2BCC3 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 188 | 195 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.24 |
| HSL | 192.73º | 0.22% | 0.7% | - |
| HSV(B) | 192.73º | 0.17% | 0.76% | - |
| XYZ | 42.73 | 47.59 | 58.56 | - |
| YUV | 181.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 195 | 0.17 | 0.04 | 0 | 0.24 | 192.73 | 0.22 | 0.7 |
| Hex | A2 | BC | C3 | 11 | 4 | 0 | 18 | C1 | 16 | 46 |
| Octal | 242 | 274 | 303 | 21 | 4 | 0 | 30 | 301 | 26 | 106 |
| Binary | 10100010 | 10111100 | 11000011 | 10001 | 100 | 0 | 11000 | 11000001 | 10110 | 1000110 |
Color Harmonies of #A2BCC3
Complementary color
Monochromatic Colors of #A2BCC3
Black with #A2BCC3
Text Example
Text Example
White with #A2BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BCC3; }
p { color: rgb(162,188,195); }
H1.HeaderClassName
{
color: #A2BCC3;
}
.AnyTagClassName
{
color: #A2BCC3;
}
</style>
background-color css
<style>
a { background-color: #A2BCC3; }
a { background-color: rgb(162,188,195); }
div.DivClassName
{
background-color: #A2BCC3;
}
.BgClassName
{
background-color: #A2BCC3;
}
</style>
border-color css
<style>
span { border-color: #A2BCC3; }
span { border-color: rgb(162,188,195); }
td.TdClassName
{
border-color: #A2BCC3;
}
.TagClassName
{
border-color: #A2BCC3;
}
</style>