#ACBAB5

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

Shades of Periglacial Blue #ACBAB5

Tints of Periglacial Blue #ACBAB5

Color information

#ACBAB5 (or 0xACBAB5) is unknown color: approx Periglacial Blue. HEX triplet: AC, BA and B5. RGB value is (172,186,181). Sum of RGB (Red+Green+Blue) = 172+186+181=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAB5 is #53454A. Grayscale: #B5B5B5. Windows color (decimal): -5457227 or 11909804. OLE color: 11909804.

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

Color convert

RGB172186181-
CMYK0.0800.030.27
HSL158.57º9.21%70.2%-
HSV(B)158.57º7.53%72.94%-
XYZ42.9147.2250.57-
YUV181.24127.86121.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 181 (71.09% from 255) = 33.58%
R=31.91%
G=34.51%
B=33.58%

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
Decimal1721861810.0800.030.27158.579.2170.2
HexACBAB58031B9f946
Octal25427226510033323711106
Binary1010110010111010101101011000011110111001111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAB5; }

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

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

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

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

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

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

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

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