Shades of Heather #A2BACC
Tints of Heather #A2BACC
RGB
CMYK
RGB Variations
Color information
#A2BACC (or 0xA2BACC) is known color: Heather. HEX triplet: A2, BA and CC. RGB value is (162,186,204). Sum of RGB (Red+Green+Blue) = 162+186+204=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #A2BACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BACC is #5D4533. Grayscale: #B4B4B4. Windows color (decimal): -6112564 or 13417122. OLE color: 13417122.
HSL color Cylindrical-coordinate representation of color #A2BACC: hue angle of 205.71º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2BACC is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 162 | 186 | 204 | - |
CMYK | 0.21 | 0.09 | 0 | 0.2 |
HSL | 205.71º | 0.29% | 0.72% | - |
HSV(B) | 205.71º | 0.21% | 0.8% | - |
XYZ | 43.36 | 47.16 | 63.94 | - |
YUV | 180.88 | 141.05 | 114.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 186 | 204 | 0.21 | 0.09 | 0 | 0.2 | 205.71 | 0.29 | 0.72 |
Hex | A2 | BA | CC | 15 | 9 | 0 | 14 | CE | 1D | 48 |
Octal | 242 | 272 | 314 | 25 | 11 | 0 | 24 | 316 | 35 | 110 |
Binary | 10100010 | 10111010 | 11001100 | 10101 | 1001 | 0 | 10100 | 11001110 | 11101 | 1001000 |
Color Harmonies of #A2BACC
Complementary color
Monochromatic Colors of #A2BACC
Black with #A2BACC
Text Example
Text Example
White with #A2BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BACC; }
p { color: rgb(162,186,204); }
H1.HeaderClassName
{
color: #A2BACC;
}
.AnyTagClassName
{
color: #A2BACC;
}
</style>
background-color css
<style>
a { background-color: #A2BACC; }
a { background-color: rgb(162,186,204); }
div.DivClassName
{
background-color: #A2BACC;
}
.BgClassName
{
background-color: #A2BACC;
}
</style>
border-color css
<style>
span { border-color: #A2BACC; }
span { border-color: rgb(162,186,204); }
td.TdClassName
{
border-color: #A2BACC;
}
.TagClassName
{
border-color: #A2BACC;
}
</style>