Shades of Periglacial Blue #A2BBB2
Tints of Periglacial Blue #A2BBB2
RGB
CMYK
RGB Variations
Color information
#A2BBB2 (or 0xA2BBB2) is known color: Periglacial Blue. HEX triplet: A2, BB and B2. RGB value is (162,187,178). Sum of RGB (Red+Green+Blue) = 162+187+178=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BBB2 is #5D444D. Grayscale: #B2B2B2. Windows color (decimal): -6112334 or 11713442. OLE color: 11713442.
HSL color Cylindrical-coordinate representation of color #A2BBB2: hue angle of 158.4º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2BBB2 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 187 | 178 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.27 |
| HSL | 158.4º | 0.16% | 0.68% | - |
| HSV(B) | 158.4º | 0.13% | 0.73% | - |
| XYZ | 40.71 | 46.44 | 48.94 | - |
| YUV | 178.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 178 | 0.13 | 0 | 0.05 | 0.27 | 158.4 | 0.16 | 0.68 |
| Hex | A2 | BB | B2 | D | 0 | 5 | 1B | 9E | 10 | 44 |
| Octal | 242 | 273 | 262 | 15 | 0 | 5 | 33 | 236 | 20 | 104 |
| Binary | 10100010 | 10111011 | 10110010 | 1101 | 0 | 101 | 11011 | 10011110 | 10000 | 1000100 |
Color Harmonies of #A2BBB2
Complementary color
Monochromatic Colors of #A2BBB2
Black with #A2BBB2
Text Example
Text Example
White with #A2BBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BBB2; }
p { color: rgb(162,187,178); }
H1.HeaderClassName
{
color: #A2BBB2;
}
.AnyTagClassName
{
color: #A2BBB2;
}
</style>
background-color css
<style>
a { background-color: #A2BBB2; }
a { background-color: rgb(162,187,178); }
div.DivClassName
{
background-color: #A2BBB2;
}
.BgClassName
{
background-color: #A2BBB2;
}
</style>
border-color css
<style>
span { border-color: #A2BBB2; }
span { border-color: rgb(162,187,178); }
td.TdClassName
{
border-color: #A2BBB2;
}
.TagClassName
{
border-color: #A2BBB2;
}
</style>