Shades of Periglacial Blue #AAB4B0
Tints of Periglacial Blue #AAB4B0
RGB
CMYK
RGB Variations
Color information
#AAB4B0 (or 0xAAB4B0) is known color: Periglacial Blue. HEX triplet: AA, B4 and B0. RGB value is (170,180,176). Sum of RGB (Red+Green+Blue) = 170+180+176=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB4B0 is #554B4F. Grayscale: #B0B0B0. Windows color (decimal): -5589840 or 11580586. OLE color: 11580586.
HSL color Cylindrical-coordinate representation of color #AAB4B0: hue angle of 156º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAB4B0 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 176 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.29 |
| HSL | 156º | 0.06% | 0.69% | - |
| HSV(B) | 156º | 0.06% | 0.71% | - |
| XYZ | 40.74 | 44.32 | 47.48 | - |
| YUV | 176.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 176 | 0.06 | 0 | 0.02 | 0.29 | 156 | 0.06 | 0.69 |
| Hex | AA | B4 | B0 | 6 | 0 | 2 | 1D | 9C | 6 | 45 |
| Octal | 252 | 264 | 260 | 6 | 0 | 2 | 35 | 234 | 6 | 105 |
| Binary | 10101010 | 10110100 | 10110000 | 110 | 0 | 10 | 11101 | 10011100 | 110 | 1000101 |
Color Harmonies of #AAB4B0
Complementary color
Monochromatic Colors of #AAB4B0
Black with #AAB4B0
Text Example
Text Example
White with #AAB4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB4B0; }
p { color: rgb(170,180,176); }
H1.HeaderClassName
{
color: #AAB4B0;
}
.AnyTagClassName
{
color: #AAB4B0;
}
</style>
background-color css
<style>
a { background-color: #AAB4B0; }
a { background-color: rgb(170,180,176); }
div.DivClassName
{
background-color: #AAB4B0;
}
.BgClassName
{
background-color: #AAB4B0;
}
</style>
border-color css
<style>
span { border-color: #AAB4B0; }
span { border-color: rgb(170,180,176); }
td.TdClassName
{
border-color: #AAB4B0;
}
.TagClassName
{
border-color: #AAB4B0;
}
</style>