#ACBAB4

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

Shades of Periglacial Blue #ACBAB4

Tints of Periglacial Blue #ACBAB4

Color information

#ACBAB4 (or 0xACBAB4) is unknown color: approx Periglacial Blue. HEX triplet: AC, BA and B4. RGB value is (172,186,180). Sum of RGB (Red+Green+Blue) = 172+186+180=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAB4 is #53454B. Grayscale: #B5B5B5. Windows color (decimal): -5457228 or 11844268. OLE color: 11844268.

HSL color Cylindrical-coordinate representation of color #ACBAB4: hue angle of 154.29º degrees, saturation: 0.09, 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 #ACBAB4 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB172186180-
CMYK0.0800.030.27
HSL154.29º9.21%70.2%-
HSV(B)154.29º7.53%72.94%-
XYZ42.8147.1850.03-
YUV181.13127.36121.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.97%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 180 (70.70% from 255) = 33.46%
R=31.97%
G=34.57%
B=33.46%

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
Decimal1721861800.0800.030.27154.299.2170.2
HexACBAB48031B9a946
Octal25427226410033323211106
Binary1010110010111010101101001000011110111001101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAB4; }

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

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

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

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

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

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

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

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