Shades of Periglacial Blue #A3BAB1
Tints of Periglacial Blue #A3BAB1
RGB
CMYK
RGB Variations
Color information
#A3BAB1 (or 0xA3BAB1) is known color: Periglacial Blue. HEX triplet: A3, BA and B1. RGB value is (163,186,177). Sum of RGB (Red+Green+Blue) = 163+186+177=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BAB1 is #5C454E. Grayscale: #B2B2B2. Windows color (decimal): -6047055 or 11647651. OLE color: 11647651.
HSL color Cylindrical-coordinate representation of color #A3BAB1: hue angle of 156.52º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3BAB1 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 177 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.27 |
| HSL | 156.52º | 0.14% | 0.68% | - |
| HSV(B) | 156.52º | 0.12% | 0.73% | - |
| XYZ | 40.6 | 46.08 | 48.35 | - |
| YUV | 178.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 177 | 0.12 | 0 | 0.05 | 0.27 | 156.52 | 0.14 | 0.68 |
| Hex | A3 | BA | B1 | C | 0 | 5 | 1B | 9D | E | 44 |
| Octal | 243 | 272 | 261 | 14 | 0 | 5 | 33 | 235 | 16 | 104 |
| Binary | 10100011 | 10111010 | 10110001 | 1100 | 0 | 101 | 11011 | 10011101 | 1110 | 1000100 |
Color Harmonies of #A3BAB1
Complementary color
Monochromatic Colors of #A3BAB1
Black with #A3BAB1
Text Example
Text Example
White with #A3BAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BAB1; }
p { color: rgb(163,186,177); }
H1.HeaderClassName
{
color: #A3BAB1;
}
.AnyTagClassName
{
color: #A3BAB1;
}
</style>
background-color css
<style>
a { background-color: #A3BAB1; }
a { background-color: rgb(163,186,177); }
div.DivClassName
{
background-color: #A3BAB1;
}
.BgClassName
{
background-color: #A3BAB1;
}
</style>
border-color css
<style>
span { border-color: #A3BAB1; }
span { border-color: rgb(163,186,177); }
td.TdClassName
{
border-color: #A3BAB1;
}
.TagClassName
{
border-color: #A3BAB1;
}
</style>