#ACBAB6

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

Shades of Periglacial Blue #ACBAB6

Tints of Periglacial Blue #ACBAB6

Color information

#ACBAB6 (or 0xACBAB6) is unknown color: approx Periglacial Blue. HEX triplet: AC, BA and B6. RGB value is (172,186,182). Sum of RGB (Red+Green+Blue) = 172+186+182=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAB6 is #534549. Grayscale: #B5B5B5. Windows color (decimal): -5457226 or 11975340. OLE color: 11975340.

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

Color convert

RGB172186182-
CMYK0.0800.020.27
HSL162.86º9.21%70.2%-
HSV(B)162.86º7.53%72.94%-
XYZ43.0247.2751.11-
YUV181.36128.36121.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 182 (71.48% from 255) = 33.70%
R=31.85%
G=34.44%
B=33.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861820.0800.020.27162.869.2170.2
HexACBAB68021Ba3946
Octal25427226610023324311106
Binary1010110010111010101101101000010110111010001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAB6; }

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

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

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

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

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

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

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

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