#ABB4AF

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

Shades of Periglacial Blue #ABB4AF

Tints of Periglacial Blue #ABB4AF

Color information

#ABB4AF (or 0xABB4AF) is unknown color: approx Periglacial Blue. HEX triplet: AB, B4 and AF. RGB value is (171,180,175). Sum of RGB (Red+Green+Blue) = 171+180+175=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB4AF is #544B50. Grayscale: #B0B0B0. Windows color (decimal): -5524305 or 11515051. OLE color: 11515051.

HSL color Cylindrical-coordinate representation of color #ABB4AF: hue angle of 146.67º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ABB4AF is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB171180175-
CMYK0.0500.030.29
HSL146.67º5.66%68.82%-
HSV(B)146.67º5%70.59%-
XYZ40.8544.446.97-
YUV176.74127.02123.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 180 (70.70% from 255) = 34.22%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=32.51%
G=34.22%
B=33.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801750.0500.030.29146.675.6668.82
HexABB4AF5031D93645
Octal253264257503352236105
Binary10101011101101001010111110101111101100100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4AF; }

 p { color: rgb(171,180,175); }

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

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

 a { background-color: rgb(171,180,175); }

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

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

 span { border-color: rgb(171,180,175); }

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