Shades of Periglacial Blue #A5BAB1
Tints of Periglacial Blue #A5BAB1
RGB
CMYK
RGB Variations
Color information
#A5BAB1 (or 0xA5BAB1) is known color: Periglacial Blue. HEX triplet: A5, BA and B1. RGB value is (165,186,177). Sum of RGB (Red+Green+Blue) = 165+186+177=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BAB1 is #5A454E. Grayscale: #B2B2B2. Windows color (decimal): -5915983 or 11647653. OLE color: 11647653.
HSL color Cylindrical-coordinate representation of color #A5BAB1: hue angle of 154.29º degrees, saturation: 0.13, 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 #A5BAB1 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 177 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.27 |
| HSL | 154.29º | 0.13% | 0.69% | - |
| HSV(B) | 154.29º | 0.11% | 0.73% | - |
| XYZ | 41.01 | 46.29 | 48.37 | - |
| YUV | 178.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 177 | 0.11 | 0 | 0.05 | 0.27 | 154.29 | 0.13 | 0.69 |
| Hex | A5 | BA | B1 | B | 0 | 5 | 1B | 9A | D | 45 |
| Octal | 245 | 272 | 261 | 13 | 0 | 5 | 33 | 232 | 15 | 105 |
| Binary | 10100101 | 10111010 | 10110001 | 1011 | 0 | 101 | 11011 | 10011010 | 1101 | 1000101 |
Color Harmonies of #A5BAB1
Complementary color
Monochromatic Colors of #A5BAB1
Black with #A5BAB1
Text Example
Text Example
White with #A5BAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BAB1; }
p { color: rgb(165,186,177); }
H1.HeaderClassName
{
color: #A5BAB1;
}
.AnyTagClassName
{
color: #A5BAB1;
}
</style>
background-color css
<style>
a { background-color: #A5BAB1; }
a { background-color: rgb(165,186,177); }
div.DivClassName
{
background-color: #A5BAB1;
}
.BgClassName
{
background-color: #A5BAB1;
}
</style>
border-color css
<style>
span { border-color: #A5BAB1; }
span { border-color: rgb(165,186,177); }
td.TdClassName
{
border-color: #A5BAB1;
}
.TagClassName
{
border-color: #A5BAB1;
}
</style>