#ACBCB6

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

Shades of Periglacial Blue #ACBCB6

Tints of Periglacial Blue #ACBCB6

Color information

#ACBCB6 (or 0xACBCB6) is unknown color: approx Periglacial Blue. HEX triplet: AC, BC and B6. RGB value is (172,188,182). Sum of RGB (Red+Green+Blue) = 172+188+182=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCB6 is #534349. Grayscale: #B6B6B6. Windows color (decimal): -5456714 or 11975852. OLE color: 11975852.

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

Color convert

RGB172188182-
CMYK0.0900.030.26
HSL157.5º10.67%70.59%-
HSV(B)157.5º8.51%73.73%-
XYZ43.4448.1151.25-
YUV182.53127.7120.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 182 (71.48% from 255) = 33.58%
R=31.73%
G=34.69%
B=33.58%

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
Decimal1721881820.0900.030.26157.510.6770.59
HexACBCB69031A9db47
Octal25427426611033223513107
Binary1010110010111100101101101001011110101001110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCB6; }

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

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

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

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

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

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

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

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