Shades of Heather #A1BACC
Tints of Heather #A1BACC
RGB
CMYK
RGB Variations
Color information
#A1BACC (or 0xA1BACC) is known color: Heather. HEX triplet: A1, BA and CC. RGB value is (161,186,204). Sum of RGB (Red+Green+Blue) = 161+186+204=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1BACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BACC is #5E4533. Grayscale: #B4B4B4. Windows color (decimal): -6178100 or 13417121. OLE color: 13417121.
HSL color Cylindrical-coordinate representation of color #A1BACC: hue angle of 205.12º degrees, saturation: 0.3, 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 #A1BACC is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 186 | 204 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.2 |
| HSL | 205.12º | 0.3% | 0.72% | - |
| HSV(B) | 205.12º | 0.21% | 0.8% | - |
| XYZ | 43.16 | 47.05 | 63.93 | - |
| YUV | 180.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 204 | 0.21 | 0.09 | 0 | 0.2 | 205.12 | 0.3 | 0.72 |
| Hex | A1 | BA | CC | 15 | 9 | 0 | 14 | CD | 1E | 48 |
| Octal | 241 | 272 | 314 | 25 | 11 | 0 | 24 | 315 | 36 | 110 |
| Binary | 10100001 | 10111010 | 11001100 | 10101 | 1001 | 0 | 10100 | 11001101 | 11110 | 1001000 |
Color Harmonies of #A1BACC
Complementary color
Monochromatic Colors of #A1BACC
Black with #A1BACC
Text Example
Text Example
White with #A1BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BACC; }
p { color: rgb(161,186,204); }
H1.HeaderClassName
{
color: #A1BACC;
}
.AnyTagClassName
{
color: #A1BACC;
}
</style>
background-color css
<style>
a { background-color: #A1BACC; }
a { background-color: rgb(161,186,204); }
div.DivClassName
{
background-color: #A1BACC;
}
.BgClassName
{
background-color: #A1BACC;
}
</style>
border-color css
<style>
span { border-color: #A1BACC; }
span { border-color: rgb(161,186,204); }
td.TdClassName
{
border-color: #A1BACC;
}
.TagClassName
{
border-color: #A1BACC;
}
</style>