#AFB3B2

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

Shades of Periglacial Blue #AFB3B2

Tints of Periglacial Blue #AFB3B2

Color information

#AFB3B2 (or 0xAFB3B2) is unknown color: approx Periglacial Blue. HEX triplet: AF, B3 and B2. RGB value is (175,179,178). Sum of RGB (Red+Green+Blue) = 175+179+178=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB3B2 is #504C4D. Grayscale: #B1B1B1. Windows color (decimal): -5262414 or 11711407. OLE color: 11711407.

HSL color Cylindrical-coordinate representation of color #AFB3B2: hue angle of 165º degrees, saturation: 0.03, 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 #AFB3B2 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB175179178-
CMYK0.0200.010.30
HSL165º2.56%69.41%-
HSV(B)165º2.23%70.2%-
XYZ41.8444.5748.52-
YUV177.69128.17126.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 179 (70.31% from 255) = 33.65%
BLUE value IS 178 (69.92% from 255) = 33.46%
R=32.89%
G=33.65%
B=33.46%

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
Decimal1751791780.0200.010.301652.5669.41
HexAFB3B22011Ea5345
Octal257263262201362453105
Binary10101111101100111011001010011111010100101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3B2; }

 p { color: rgb(175,179,178); }

 H1.HeaderClassName
 {
   color: #AFB3B2;
 }
 .AnyTagClassName
 {
   color: #AFB3B2;
 }
</style>
background-color css

<style>
 a { background-color: #AFB3B2; }

 a { background-color: rgb(175,179,178); }

 div.DivClassName
 {
   background-color: #AFB3B2;
 }
 .BgClassName
 {
   background-color: #AFB3B2;
 }
</style>
border-color css

<style>
 span { border-color: #AFB3B2; }

 span { border-color: rgb(175,179,178); }

 td.TdClassName
 {
   border-color: #AFB3B2;
 }
 .TagClassName
 {
   border-color: #AFB3B2;
 }
</style>