Shades of Periglacial Blue #AABAB2
Tints of Periglacial Blue #AABAB2
RGB
CMYK
RGB Variations
Color information
#AABAB2 (or 0xAABAB2) is known color: Periglacial Blue. HEX triplet: AA, BA and B2. RGB value is (170,186,178). Sum of RGB (Red+Green+Blue) = 170+186+178=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAB2 is #55454D. Grayscale: #B4B4B4. Windows color (decimal): -5588302 or 11713194. OLE color: 11713194.
HSL color Cylindrical-coordinate representation of color #AABAB2: hue angle of 150º 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 #AABAB2 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
RGB | 170 | 186 | 178 | - |
CMYK | 0.09 | 0 | 0.04 | 0.27 |
HSL | 150º | 0.1% | 0.7% | - |
HSV(B) | 150º | 0.09% | 0.73% | - |
XYZ | 42.17 | 46.88 | 48.95 | - |
YUV | 180.3 | 126.7 | 120.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 186 | 178 | 0.09 | 0 | 0.04 | 0.27 | 150 | 0.1 | 0.7 |
Hex | AA | BA | B2 | 9 | 0 | 4 | 1B | 96 | A | 46 |
Octal | 252 | 272 | 262 | 11 | 0 | 4 | 33 | 226 | 12 | 106 |
Binary | 10101010 | 10111010 | 10110010 | 1001 | 0 | 100 | 11011 | 10010110 | 1010 | 1000110 |
Color Harmonies of #AABAB2
Complementary color
Monochromatic Colors of #AABAB2
Black with #AABAB2
Text Example
Text Example
White with #AABAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAB2; }
p { color: rgb(170,186,178); }
H1.HeaderClassName
{
color: #AABAB2;
}
.AnyTagClassName
{
color: #AABAB2;
}
</style>
background-color css
<style>
a { background-color: #AABAB2; }
a { background-color: rgb(170,186,178); }
div.DivClassName
{
background-color: #AABAB2;
}
.BgClassName
{
background-color: #AABAB2;
}
</style>
border-color css
<style>
span { border-color: #AABAB2; }
span { border-color: rgb(170,186,178); }
td.TdClassName
{
border-color: #AABAB2;
}
.TagClassName
{
border-color: #AABAB2;
}
</style>