Shades of Periglacial Blue #AABCB4
Tints of Periglacial Blue #AABCB4
RGB
CMYK
RGB Variations
Color information
#AABCB4 (or 0xAABCB4) is known color: Periglacial Blue. HEX triplet: AA, BC and B4. RGB value is (170,188,180). Sum of RGB (Red+Green+Blue) = 170+188+180=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCB4 is #55434B. Grayscale: #B5B5B5. Windows color (decimal): -5587788 or 11844778. OLE color: 11844778.
HSL color Cylindrical-coordinate representation of color #AABCB4: hue angle of 153.33º 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 #AABCB4 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 180 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.26 |
| HSL | 153.33º | 0.12% | 0.7% | - |
| HSV(B) | 153.33º | 0.1% | 0.74% | - |
| XYZ | 42.8 | 47.81 | 50.15 | - |
| YUV | 181.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 180 | 0.10 | 0 | 0.04 | 0.26 | 153.33 | 0.12 | 0.7 |
| Hex | AA | BC | B4 | A | 0 | 4 | 1A | 99 | C | 46 |
| Octal | 252 | 274 | 264 | 12 | 0 | 4 | 32 | 231 | 14 | 106 |
| Binary | 10101010 | 10111100 | 10110100 | 1010 | 0 | 100 | 11010 | 10011001 | 1100 | 1000110 |
Color Harmonies of #AABCB4
Complementary color
Monochromatic Colors of #AABCB4
Black with #AABCB4
Text Example
Text Example
White with #AABCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCB4; }
p { color: rgb(170,188,180); }
H1.HeaderClassName
{
color: #AABCB4;
}
.AnyTagClassName
{
color: #AABCB4;
}
</style>
background-color css
<style>
a { background-color: #AABCB4; }
a { background-color: rgb(170,188,180); }
div.DivClassName
{
background-color: #AABCB4;
}
.BgClassName
{
background-color: #AABCB4;
}
</style>
border-color css
<style>
span { border-color: #AABCB4; }
span { border-color: rgb(170,188,180); }
td.TdClassName
{
border-color: #AABCB4;
}
.TagClassName
{
border-color: #AABCB4;
}
</style>