Shades of Periglacial Blue #A9B7B0
Tints of Periglacial Blue #A9B7B0
RGB
CMYK
RGB Variations
Color information
#A9B7B0 (or 0xA9B7B0) is known color: Periglacial Blue. HEX triplet: A9, B7 and B0. RGB value is (169,183,176). Sum of RGB (Red+Green+Blue) = 169+183+176=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B7B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B7B0 is #56484F. Grayscale: #B2B2B2. Windows color (decimal): -5654608 or 11581353. OLE color: 11581353.
HSL color Cylindrical-coordinate representation of color #A9B7B0: hue angle of 150º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A9B7B0 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
RGB | 169 | 183 | 176 | - |
CMYK | 0.08 | 0 | 0.04 | 0.28 |
HSL | 150º | 0.09% | 0.69% | - |
HSV(B) | 150º | 0.08% | 0.72% | - |
XYZ | 41.13 | 45.44 | 47.68 | - |
YUV | 178.02 | 126.86 | 121.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 169 | 183 | 176 | 0.08 | 0 | 0.04 | 0.28 | 150 | 0.09 | 0.69 |
Hex | A9 | B7 | B0 | 8 | 0 | 4 | 1C | 96 | 9 | 45 |
Octal | 251 | 267 | 260 | 10 | 0 | 4 | 34 | 226 | 11 | 105 |
Binary | 10101001 | 10110111 | 10110000 | 1000 | 0 | 100 | 11100 | 10010110 | 1001 | 1000101 |
Color Harmonies of #A9B7B0
Complementary color
Monochromatic Colors of #A9B7B0
Black with #A9B7B0
Text Example
Text Example
White with #A9B7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B7B0; }
p { color: rgb(169,183,176); }
H1.HeaderClassName
{
color: #A9B7B0;
}
.AnyTagClassName
{
color: #A9B7B0;
}
</style>
background-color css
<style>
a { background-color: #A9B7B0; }
a { background-color: rgb(169,183,176); }
div.DivClassName
{
background-color: #A9B7B0;
}
.BgClassName
{
background-color: #A9B7B0;
}
</style>
border-color css
<style>
span { border-color: #A9B7B0; }
span { border-color: rgb(169,183,176); }
td.TdClassName
{
border-color: #A9B7B0;
}
.TagClassName
{
border-color: #A9B7B0;
}
</style>