#AFB2B1

Color #AFB2B1 Periglacial Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periglacial Blue #AFB2B1

Tints of Periglacial Blue #AFB2B1

Color information

#AFB2B1 (or 0xAFB2B1) is unknown color: approx 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

RGB175178177-
CMYK0.0200.010.30
HSL160º1.91%69.22%-
HSV(B)160º1.69%69.8%-
XYZ41.5444.1347.92-
YUV176.99128.01126.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 177 (69.53% from 255) = 33.40%
R=33.02%
G=33.58%
B=33.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751781770.0200.010.301601.9169.22
HexAFB2B12011Ea0245
Octal257262261201362402105
Binary10101111101100101011000110011111010100000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>