Shades of Periglacial Blue #AABCB5
Tints of Periglacial Blue #AABCB5
RGB
CMYK
RGB Variations
Color information
#AABCB5 (or 0xAABCB5) is known color: Periglacial Blue. HEX triplet: AA, BC and B5. RGB value is (170,188,181). Sum of RGB (Red+Green+Blue) = 170+188+181=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCB5 is #55434A. Grayscale: #B5B5B5. Windows color (decimal): -5587787 or 11910314. OLE color: 11910314.
HSL color Cylindrical-coordinate representation of color #AABCB5: hue angle of 156.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABCB5 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 170 | 188 | 181 | - |
CMYK | 0.10 | 0 | 0.04 | 0.26 |
HSL | 156.67º | 0.12% | 0.7% | - |
HSV(B) | 156.67º | 0.1% | 0.74% | - |
XYZ | 42.9 | 47.85 | 50.69 | - |
YUV | 181.82 | 127.54 | 119.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 188 | 181 | 0.10 | 0 | 0.04 | 0.26 | 156.67 | 0.12 | 0.7 |
Hex | AA | BC | B5 | A | 0 | 4 | 1A | 9D | C | 46 |
Octal | 252 | 274 | 265 | 12 | 0 | 4 | 32 | 235 | 14 | 106 |
Binary | 10101010 | 10111100 | 10110101 | 1010 | 0 | 100 | 11010 | 10011101 | 1100 | 1000110 |
Color Harmonies of #AABCB5
Complementary color
Monochromatic Colors of #AABCB5
Black with #AABCB5
Text Example
Text Example
White with #AABCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCB5; }
p { color: rgb(170,188,181); }
H1.HeaderClassName
{
color: #AABCB5;
}
.AnyTagClassName
{
color: #AABCB5;
}
</style>
background-color css
<style>
a { background-color: #AABCB5; }
a { background-color: rgb(170,188,181); }
div.DivClassName
{
background-color: #AABCB5;
}
.BgClassName
{
background-color: #AABCB5;
}
</style>
border-color css
<style>
span { border-color: #AABCB5; }
span { border-color: rgb(170,188,181); }
td.TdClassName
{
border-color: #AABCB5;
}
.TagClassName
{
border-color: #AABCB5;
}
</style>