#ACBDB7

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

Shades of Periglacial Blue #ACBDB7

Tints of Periglacial Blue #ACBDB7

Color information

#ACBDB7 (or 0xACBDB7) is unknown color: approx Periglacial Blue. HEX triplet: AC, BD and B7. RGB value is (172,189,183). Sum of RGB (Red+Green+Blue) = 172+189+183=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDB7 is #534248. Grayscale: #B7B7B7. Windows color (decimal): -5456457 or 12041644. OLE color: 12041644.

HSL color Cylindrical-coordinate representation of color #ACBDB7: hue angle of 158.82º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBDB7 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB172189183-
CMYK0.0900.030.26
HSL158.82º11.41%70.78%-
HSV(B)158.82º8.99%74.12%-
XYZ43.7648.5851.87-
YUV183.23127.87119.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 189 (74.22% from 255) = 34.74%
BLUE value IS 183 (71.88% from 255) = 33.64%
R=31.62%
G=34.74%
B=33.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891830.0900.030.26158.8211.4170.78
HexACBDB79031A9fb47
Octal25427526711033223713107
Binary1010110010111101101101111001011110101001111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDB7; }

 p { color: rgb(172,189,183); }

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

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

 a { background-color: rgb(172,189,183); }

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

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

 span { border-color: rgb(172,189,183); }

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