Shades of Periglacial Blue #AAB9B4
Tints of Periglacial Blue #AAB9B4
RGB
CMYK
RGB Variations
Color information
#AAB9B4 (or 0xAAB9B4) is known color: Periglacial Blue. HEX triplet: AA, B9 and B4. RGB value is (170,185,180). Sum of RGB (Red+Green+Blue) = 170+185+180=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9B4 is #55464B. Grayscale: #B3B3B3. Windows color (decimal): -5588556 or 11844010. OLE color: 11844010.
HSL color Cylindrical-coordinate representation of color #AAB9B4: hue angle of 160º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB9B4 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 180 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.27 |
| HSL | 160º | 0.1% | 0.7% | - |
| HSV(B) | 160º | 0.08% | 0.73% | - |
| XYZ | 42.16 | 46.54 | 49.94 | - |
| YUV | 179.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 180 | 0.08 | 0 | 0.03 | 0.27 | 160 | 0.1 | 0.7 |
| Hex | AA | B9 | B4 | 8 | 0 | 3 | 1B | A0 | A | 46 |
| Octal | 252 | 271 | 264 | 10 | 0 | 3 | 33 | 240 | 12 | 106 |
| Binary | 10101010 | 10111001 | 10110100 | 1000 | 0 | 11 | 11011 | 10100000 | 1010 | 1000110 |
Color Harmonies of #AAB9B4
Complementary color
Monochromatic Colors of #AAB9B4
Black with #AAB9B4
Text Example
Text Example
White with #AAB9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9B4; }
p { color: rgb(170,185,180); }
H1.HeaderClassName
{
color: #AAB9B4;
}
.AnyTagClassName
{
color: #AAB9B4;
}
</style>
background-color css
<style>
a { background-color: #AAB9B4; }
a { background-color: rgb(170,185,180); }
div.DivClassName
{
background-color: #AAB9B4;
}
.BgClassName
{
background-color: #AAB9B4;
}
</style>
border-color css
<style>
span { border-color: #AAB9B4; }
span { border-color: rgb(170,185,180); }
td.TdClassName
{
border-color: #AAB9B4;
}
.TagClassName
{
border-color: #AAB9B4;
}
</style>