Shades of Periglacial Blue #AABAB5
Tints of Periglacial Blue #AABAB5
RGB
CMYK
RGB Variations
Color information
#AABAB5 (or 0xAABAB5) is known color: Periglacial Blue. HEX triplet: AA, BA and B5. RGB value is (170,186,181). Sum of RGB (Red+Green+Blue) = 170+186+181=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAB5 is #55454A. Grayscale: #B4B4B4. Windows color (decimal): -5588299 or 11909802. OLE color: 11909802.
HSL color Cylindrical-coordinate representation of color #AABAB5: hue angle of 161.25º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AABAB5 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
RGB | 170 | 186 | 181 | - |
CMYK | 0.09 | 0 | 0.03 | 0.27 |
HSL | 161.25º | 0.1% | 0.7% | - |
HSV(B) | 161.25º | 0.09% | 0.73% | - |
XYZ | 42.48 | 47 | 50.55 | - |
YUV | 180.65 | 128.2 | 120.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 186 | 181 | 0.09 | 0 | 0.03 | 0.27 | 161.25 | 0.1 | 0.7 |
Hex | AA | BA | B5 | 9 | 0 | 3 | 1B | A1 | A | 46 |
Octal | 252 | 272 | 265 | 11 | 0 | 3 | 33 | 241 | 12 | 106 |
Binary | 10101010 | 10111010 | 10110101 | 1001 | 0 | 11 | 11011 | 10100001 | 1010 | 1000110 |
Color Harmonies of #AABAB5
Complementary color
Monochromatic Colors of #AABAB5
Black with #AABAB5
Text Example
Text Example
White with #AABAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAB5; }
p { color: rgb(170,186,181); }
H1.HeaderClassName
{
color: #AABAB5;
}
.AnyTagClassName
{
color: #AABAB5;
}
</style>
background-color css
<style>
a { background-color: #AABAB5; }
a { background-color: rgb(170,186,181); }
div.DivClassName
{
background-color: #AABAB5;
}
.BgClassName
{
background-color: #AABAB5;
}
</style>
border-color css
<style>
span { border-color: #AABAB5; }
span { border-color: rgb(170,186,181); }
td.TdClassName
{
border-color: #AABAB5;
}
.TagClassName
{
border-color: #AABAB5;
}
</style>