Shades of Periglacial Blue #A9B5B1
Tints of Periglacial Blue #A9B5B1
RGB
CMYK
RGB Variations
Color information
#A9B5B1 (or 0xA9B5B1) is known color: Periglacial Blue. HEX triplet: A9, B5 and B1. RGB value is (169,181,177). Sum of RGB (Red+Green+Blue) = 169+181+177=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B5B1 is #564A4E. Grayscale: #B0B0B0. Windows color (decimal): -5655119 or 11646377. OLE color: 11646377.
HSL color Cylindrical-coordinate representation of color #A9B5B1: hue angle of 160º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A9B5B1 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 181 | 177 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.29 |
| HSL | 160º | 0.08% | 0.69% | - |
| HSV(B) | 160º | 0.07% | 0.71% | - |
| XYZ | 40.82 | 44.66 | 48.06 | - |
| YUV | 176.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 181 | 177 | 0.07 | 0 | 0.02 | 0.29 | 160 | 0.08 | 0.69 |
| Hex | A9 | B5 | B1 | 7 | 0 | 2 | 1D | A0 | 8 | 45 |
| Octal | 251 | 265 | 261 | 7 | 0 | 2 | 35 | 240 | 10 | 105 |
| Binary | 10101001 | 10110101 | 10110001 | 111 | 0 | 10 | 11101 | 10100000 | 1000 | 1000101 |
Color Harmonies of #A9B5B1
Complementary color
Monochromatic Colors of #A9B5B1
Black with #A9B5B1
Text Example
Text Example
White with #A9B5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B5B1; }
p { color: rgb(169,181,177); }
H1.HeaderClassName
{
color: #A9B5B1;
}
.AnyTagClassName
{
color: #A9B5B1;
}
</style>
background-color css
<style>
a { background-color: #A9B5B1; }
a { background-color: rgb(169,181,177); }
div.DivClassName
{
background-color: #A9B5B1;
}
.BgClassName
{
background-color: #A9B5B1;
}
</style>
border-color css
<style>
span { border-color: #A9B5B1; }
span { border-color: rgb(169,181,177); }
td.TdClassName
{
border-color: #A9B5B1;
}
.TagClassName
{
border-color: #A9B5B1;
}
</style>