Shades of Periglacial Blue #A5B9B1
Tints of Periglacial Blue #A5B9B1
RGB
CMYK
RGB Variations
Color information
#A5B9B1 (or 0xA5B9B1) is known color: Periglacial Blue. HEX triplet: A5, B9 and B1. RGB value is (165,185,177). Sum of RGB (Red+Green+Blue) = 165+185+177=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B9B1 is #5A464E. Grayscale: #B2B2B2. Windows color (decimal): -5916239 or 11647397. OLE color: 11647397.
HSL color Cylindrical-coordinate representation of color #A5B9B1: hue angle of 156º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5B9B1 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 185 | 177 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.27 |
| HSL | 156º | 0.13% | 0.69% | - |
| HSV(B) | 156º | 0.11% | 0.73% | - |
| XYZ | 40.8 | 45.87 | 48.3 | - |
| YUV | 178.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 185 | 177 | 0.11 | 0 | 0.04 | 0.27 | 156 | 0.13 | 0.69 |
| Hex | A5 | B9 | B1 | B | 0 | 4 | 1B | 9C | C | 45 |
| Octal | 245 | 271 | 261 | 13 | 0 | 4 | 33 | 234 | 14 | 105 |
| Binary | 10100101 | 10111001 | 10110001 | 1011 | 0 | 100 | 11011 | 10011100 | 1100 | 1000101 |
Color Harmonies of #A5B9B1
Complementary color
Monochromatic Colors of #A5B9B1
Black with #A5B9B1
Text Example
Text Example
White with #A5B9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B9B1; }
p { color: rgb(165,185,177); }
H1.HeaderClassName
{
color: #A5B9B1;
}
.AnyTagClassName
{
color: #A5B9B1;
}
</style>
background-color css
<style>
a { background-color: #A5B9B1; }
a { background-color: rgb(165,185,177); }
div.DivClassName
{
background-color: #A5B9B1;
}
.BgClassName
{
background-color: #A5B9B1;
}
</style>
border-color css
<style>
span { border-color: #A5B9B1; }
span { border-color: rgb(165,185,177); }
td.TdClassName
{
border-color: #A5B9B1;
}
.TagClassName
{
border-color: #A5B9B1;
}
</style>