Shades of Periglacial Blue #A3B7B0
Tints of Periglacial Blue #A3B7B0
RGB
CMYK
RGB Variations
Color information
#A3B7B0 (or 0xA3B7B0) is known color: Periglacial Blue. HEX triplet: A3, B7 and B0. RGB value is (163,183,176). Sum of RGB (Red+Green+Blue) = 163+183+176=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B7B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B7B0 is #5C484F. Grayscale: #B0B0B0. Windows color (decimal): -6047824 or 11581347. OLE color: 11581347.
HSL color Cylindrical-coordinate representation of color #A3B7B0: hue angle of 159º degrees, saturation: 0.12, 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 #A3B7B0 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 183 | 176 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.28 |
| HSL | 159º | 0.12% | 0.68% | - |
| HSV(B) | 159º | 0.11% | 0.72% | - |
| XYZ | 39.87 | 44.79 | 47.62 | - |
| YUV | 176.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 176 | 0.11 | 0 | 0.04 | 0.28 | 159 | 0.12 | 0.68 |
| Hex | A3 | B7 | B0 | B | 0 | 4 | 1C | 9F | C | 44 |
| Octal | 243 | 267 | 260 | 13 | 0 | 4 | 34 | 237 | 14 | 104 |
| Binary | 10100011 | 10110111 | 10110000 | 1011 | 0 | 100 | 11100 | 10011111 | 1100 | 1000100 |
Color Harmonies of #A3B7B0
Complementary color
Monochromatic Colors of #A3B7B0
Black with #A3B7B0
Text Example
Text Example
White with #A3B7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B7B0; }
p { color: rgb(163,183,176); }
H1.HeaderClassName
{
color: #A3B7B0;
}
.AnyTagClassName
{
color: #A3B7B0;
}
</style>
background-color css
<style>
a { background-color: #A3B7B0; }
a { background-color: rgb(163,183,176); }
div.DivClassName
{
background-color: #A3B7B0;
}
.BgClassName
{
background-color: #A3B7B0;
}
</style>
border-color css
<style>
span { border-color: #A3B7B0; }
span { border-color: rgb(163,183,176); }
td.TdClassName
{
border-color: #A3B7B0;
}
.TagClassName
{
border-color: #A3B7B0;
}
</style>