#ABBAB4

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

Shades of Periglacial Blue #ABBAB4

Tints of Periglacial Blue #ABBAB4

Color information

#ABBAB4 (or 0xABBAB4) is unknown color: approx Periglacial Blue. HEX triplet: AB, BA and B4. RGB value is (171,186,180). Sum of RGB (Red+Green+Blue) = 171+186+180=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAB4 is #54454B. Grayscale: #B4B4B4. Windows color (decimal): -5522764 or 11844267. OLE color: 11844267.

HSL color Cylindrical-coordinate representation of color #ABBAB4: hue angle of 156º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABBAB4 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB171186180-
CMYK0.0800.030.27
HSL156º9.8%70%-
HSV(B)156º8.06%72.94%-
XYZ42.5947.0750.02-
YUV180.83127.53120.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.84%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 180 (70.70% from 255) = 33.52%
R=31.84%
G=34.64%
B=33.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861800.0800.030.271569.870
HexABBAB48031B9ca46
Octal25327226410033323412106
Binary1010101110111010101101001000011110111001110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAB4; }

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

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

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

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

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

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

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

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