Shades of Periglacial Blue #A3B8B1
Tints of Periglacial Blue #A3B8B1
RGB
CMYK
RGB Variations
Color information
#A3B8B1 (or 0xA3B8B1) is known color: Periglacial Blue. HEX triplet: A3, B8 and B1. RGB value is (163,184,177). Sum of RGB (Red+Green+Blue) = 163+184+177=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B8B1 is #5C474E. Grayscale: #B0B0B0. Windows color (decimal): -6047567 or 11647139. OLE color: 11647139.
HSL color Cylindrical-coordinate representation of color #A3B8B1: hue angle of 160º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3B8B1 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 184 | 177 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.28 |
| HSL | 160º | 0.13% | 0.68% | - |
| HSV(B) | 160º | 0.11% | 0.72% | - |
| XYZ | 40.18 | 45.24 | 48.21 | - |
| YUV | 176.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 184 | 177 | 0.11 | 0 | 0.04 | 0.28 | 160 | 0.13 | 0.68 |
| Hex | A3 | B8 | B1 | B | 0 | 4 | 1C | A0 | D | 44 |
| Octal | 243 | 270 | 261 | 13 | 0 | 4 | 34 | 240 | 15 | 104 |
| Binary | 10100011 | 10111000 | 10110001 | 1011 | 0 | 100 | 11100 | 10100000 | 1101 | 1000100 |
Color Harmonies of #A3B8B1
Complementary color
Monochromatic Colors of #A3B8B1
Black with #A3B8B1
Text Example
Text Example
White with #A3B8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B8B1; }
p { color: rgb(163,184,177); }
H1.HeaderClassName
{
color: #A3B8B1;
}
.AnyTagClassName
{
color: #A3B8B1;
}
</style>
background-color css
<style>
a { background-color: #A3B8B1; }
a { background-color: rgb(163,184,177); }
div.DivClassName
{
background-color: #A3B8B1;
}
.BgClassName
{
background-color: #A3B8B1;
}
</style>
border-color css
<style>
span { border-color: #A3B8B1; }
span { border-color: rgb(163,184,177); }
td.TdClassName
{
border-color: #A3B8B1;
}
.TagClassName
{
border-color: #A3B8B1;
}
</style>