Shades of Periglacial Blue #A1BCB2
Tints of Periglacial Blue #A1BCB2
RGB
CMYK
RGB Variations
Color information
#A1BCB2 (or 0xA1BCB2) is known color: Periglacial Blue. HEX triplet: A1, BC and B2. RGB value is (161,188,178). Sum of RGB (Red+Green+Blue) = 161+188+178=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BCB2 is #5E434D. Grayscale: #B2B2B2. Windows color (decimal): -6177614 or 11713697. OLE color: 11713697.
HSL color Cylindrical-coordinate representation of color #A1BCB2: hue angle of 157.78º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1BCB2 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 178 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.26 |
| HSL | 157.78º | 0.17% | 0.68% | - |
| HSV(B) | 157.78º | 0.14% | 0.74% | - |
| XYZ | 40.72 | 46.76 | 49 | - |
| YUV | 178.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 178 | 0.14 | 0 | 0.05 | 0.26 | 157.78 | 0.17 | 0.68 |
| Hex | A1 | BC | B2 | E | 0 | 5 | 1A | 9E | 11 | 44 |
| Octal | 241 | 274 | 262 | 16 | 0 | 5 | 32 | 236 | 21 | 104 |
| Binary | 10100001 | 10111100 | 10110010 | 1110 | 0 | 101 | 11010 | 10011110 | 10001 | 1000100 |
Color Harmonies of #A1BCB2
Complementary color
Monochromatic Colors of #A1BCB2
Black with #A1BCB2
Text Example
Text Example
White with #A1BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCB2; }
p { color: rgb(161,188,178); }
H1.HeaderClassName
{
color: #A1BCB2;
}
.AnyTagClassName
{
color: #A1BCB2;
}
</style>
background-color css
<style>
a { background-color: #A1BCB2; }
a { background-color: rgb(161,188,178); }
div.DivClassName
{
background-color: #A1BCB2;
}
.BgClassName
{
background-color: #A1BCB2;
}
</style>
border-color css
<style>
span { border-color: #A1BCB2; }
span { border-color: rgb(161,188,178); }
td.TdClassName
{
border-color: #A1BCB2;
}
.TagClassName
{
border-color: #A1BCB2;
}
</style>