Shades of Periglacial Blue #AABBB3
Tints of Periglacial Blue #AABBB3
RGB
CMYK
RGB Variations
Color information
#AABBB3 (or 0xAABBB3) is known color: Periglacial Blue. HEX triplet: AA, BB and B3. RGB value is (170,187,179). Sum of RGB (Red+Green+Blue) = 170+187+179=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBB3 is #55444C. Grayscale: #B5B5B5. Windows color (decimal): -5588045 or 11778986. OLE color: 11778986.
HSL color Cylindrical-coordinate representation of color #AABBB3: hue angle of 151.76º degrees, saturation: 0.11, 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 #AABBB3 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 179 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.27 |
| HSL | 151.76º | 0.11% | 0.7% | - |
| HSV(B) | 151.76º | 0.09% | 0.73% | - |
| XYZ | 42.48 | 47.34 | 49.55 | - |
| YUV | 181.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 179 | 0.09 | 0 | 0.04 | 0.27 | 151.76 | 0.11 | 0.7 |
| Hex | AA | BB | B3 | 9 | 0 | 4 | 1B | 98 | B | 46 |
| Octal | 252 | 273 | 263 | 11 | 0 | 4 | 33 | 230 | 13 | 106 |
| Binary | 10101010 | 10111011 | 10110011 | 1001 | 0 | 100 | 11011 | 10011000 | 1011 | 1000110 |
Color Harmonies of #AABBB3
Complementary color
Monochromatic Colors of #AABBB3
Black with #AABBB3
Text Example
Text Example
White with #AABBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBB3; }
p { color: rgb(170,187,179); }
H1.HeaderClassName
{
color: #AABBB3;
}
.AnyTagClassName
{
color: #AABBB3;
}
</style>
background-color css
<style>
a { background-color: #AABBB3; }
a { background-color: rgb(170,187,179); }
div.DivClassName
{
background-color: #AABBB3;
}
.BgClassName
{
background-color: #AABBB3;
}
</style>
border-color css
<style>
span { border-color: #AABBB3; }
span { border-color: rgb(170,187,179); }
td.TdClassName
{
border-color: #AABBB3;
}
.TagClassName
{
border-color: #AABBB3;
}
</style>