Shades of Periglacial Blue #AFB2B1
Tints of Periglacial Blue #AFB2B1
RGB
CMYK
RGB Variations
Color information
#AFB2B1 (or 0xAFB2B1) is known color: Periglacial Blue. HEX triplet: AF, B2 and B1. RGB value is (175,178,177). Sum of RGB (Red+Green+Blue) = 175+178+177=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB2B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB2B1 is #504D4E. Grayscale: #B0B0B0. Windows color (decimal): -5262671 or 11645615. OLE color: 11645615.
HSL color Cylindrical-coordinate representation of color #AFB2B1: hue angle of 160º degrees, saturation: 0.02, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AFB2B1 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 177 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.30 |
| HSL | 160º | 0.02% | 0.69% | - |
| HSV(B) | 160º | 0.02% | 0.7% | - |
| XYZ | 41.54 | 44.13 | 47.92 | - |
| YUV | 176.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 177 | 0.02 | 0 | 0.01 | 0.30 | 160 | 0.02 | 0.69 |
| Hex | AF | B2 | B1 | 2 | 0 | 1 | 1E | A0 | 2 | 45 |
| Octal | 257 | 262 | 261 | 2 | 0 | 1 | 36 | 240 | 2 | 105 |
| Binary | 10101111 | 10110010 | 10110001 | 10 | 0 | 1 | 11110 | 10100000 | 10 | 1000101 |
Color Harmonies of #AFB2B1
Complementary color
Monochromatic Colors of #AFB2B1
Black with #AFB2B1
Text Example
Text Example
White with #AFB2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB2B1; }
p { color: rgb(175,178,177); }
H1.HeaderClassName
{
color: #AFB2B1;
}
.AnyTagClassName
{
color: #AFB2B1;
}
</style>
background-color css
<style>
a { background-color: #AFB2B1; }
a { background-color: rgb(175,178,177); }
div.DivClassName
{
background-color: #AFB2B1;
}
.BgClassName
{
background-color: #AFB2B1;
}
</style>
border-color css
<style>
span { border-color: #AFB2B1; }
span { border-color: rgb(175,178,177); }
td.TdClassName
{
border-color: #AFB2B1;
}
.TagClassName
{
border-color: #AFB2B1;
}
</style>