Shades of Periglacial Blue #A3B7B1
Tints of Periglacial Blue #A3B7B1
RGB
CMYK
RGB Variations
Color information
#A3B7B1 (or 0xA3B7B1) is known color: Periglacial Blue. HEX triplet: A3, B7 and B1. RGB value is (163,183,177). Sum of RGB (Red+Green+Blue) = 163+183+177=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B7B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B7B1 is #5C484E. Grayscale: #B0B0B0. Windows color (decimal): -6047823 or 11646883. OLE color: 11646883.
HSL color Cylindrical-coordinate representation of color #A3B7B1: hue angle of 162º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3B7B1 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 183 | 177 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.28 |
| HSL | 162º | 0.12% | 0.68% | - |
| HSV(B) | 162º | 0.11% | 0.72% | - |
| XYZ | 39.97 | 44.83 | 48.14 | - |
| YUV | 176.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 177 | 0.11 | 0 | 0.03 | 0.28 | 162 | 0.12 | 0.68 |
| Hex | A3 | B7 | B1 | B | 0 | 3 | 1C | A2 | C | 44 |
| Octal | 243 | 267 | 261 | 13 | 0 | 3 | 34 | 242 | 14 | 104 |
| Binary | 10100011 | 10110111 | 10110001 | 1011 | 0 | 11 | 11100 | 10100010 | 1100 | 1000100 |
Color Harmonies of #A3B7B1
Complementary color
Monochromatic Colors of #A3B7B1
Black with #A3B7B1
Text Example
Text Example
White with #A3B7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B7B1; }
p { color: rgb(163,183,177); }
H1.HeaderClassName
{
color: #A3B7B1;
}
.AnyTagClassName
{
color: #A3B7B1;
}
</style>
background-color css
<style>
a { background-color: #A3B7B1; }
a { background-color: rgb(163,183,177); }
div.DivClassName
{
background-color: #A3B7B1;
}
.BgClassName
{
background-color: #A3B7B1;
}
</style>
border-color css
<style>
span { border-color: #A3B7B1; }
span { border-color: rgb(163,183,177); }
td.TdClassName
{
border-color: #A3B7B1;
}
.TagClassName
{
border-color: #A3B7B1;
}
</style>