Shades of Periglacial Blue #A3B9B1
Tints of Periglacial Blue #A3B9B1
RGB
CMYK
RGB Variations
Color information
#A3B9B1 (or 0xA3B9B1) is known color: Periglacial Blue. HEX triplet: A3, B9 and B1. RGB value is (163,185,177). Sum of RGB (Red+Green+Blue) = 163+185+177=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B9B1 is #5C464E. Grayscale: #B1B1B1. Windows color (decimal): -6047311 or 11647395. OLE color: 11647395.
HSL color Cylindrical-coordinate representation of color #A3B9B1: hue angle of 158.18º 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 #A3B9B1 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 185 | 177 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.27 |
| HSL | 158.18º | 0.14% | 0.68% | - |
| HSV(B) | 158.18º | 0.12% | 0.73% | - |
| XYZ | 40.39 | 45.66 | 48.28 | - |
| YUV | 177.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 185 | 177 | 0.12 | 0 | 0.04 | 0.27 | 158.18 | 0.14 | 0.68 |
| Hex | A3 | B9 | B1 | C | 0 | 4 | 1B | 9E | E | 44 |
| Octal | 243 | 271 | 261 | 14 | 0 | 4 | 33 | 236 | 16 | 104 |
| Binary | 10100011 | 10111001 | 10110001 | 1100 | 0 | 100 | 11011 | 10011110 | 1110 | 1000100 |
Color Harmonies of #A3B9B1
Complementary color
Monochromatic Colors of #A3B9B1
Black with #A3B9B1
Text Example
Text Example
White with #A3B9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B9B1; }
p { color: rgb(163,185,177); }
H1.HeaderClassName
{
color: #A3B9B1;
}
.AnyTagClassName
{
color: #A3B9B1;
}
</style>
background-color css
<style>
a { background-color: #A3B9B1; }
a { background-color: rgb(163,185,177); }
div.DivClassName
{
background-color: #A3B9B1;
}
.BgClassName
{
background-color: #A3B9B1;
}
</style>
border-color css
<style>
span { border-color: #A3B9B1; }
span { border-color: rgb(163,185,177); }
td.TdClassName
{
border-color: #A3B9B1;
}
.TagClassName
{
border-color: #A3B9B1;
}
</style>