#ACBBB5

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

Shades of Periglacial Blue #ACBBB5

Tints of Periglacial Blue #ACBBB5

Color information

#ACBBB5 (or 0xACBBB5) is unknown color: approx Periglacial Blue. HEX triplet: AC, BB and B5. RGB value is (172,187,181). Sum of RGB (Red+Green+Blue) = 172+187+181=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBB5 is #53444A. Grayscale: #B5B5B5. Windows color (decimal): -5456971 or 11910060. OLE color: 11910060.

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

Color convert

RGB172187181-
CMYK0.0800.030.27
HSL156º9.93%70.39%-
HSV(B)156º8.02%73.33%-
XYZ43.1247.6550.64-
YUV181.83127.53120.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 187 (73.44% from 255) = 34.63%
BLUE value IS 181 (71.09% from 255) = 33.52%
R=31.85%
G=34.63%
B=33.52%

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
Decimal1721871810.0800.030.271569.9370.39
HexACBBB58031B9ca46
Octal25427326510033323412106
Binary1010110010111011101101011000011110111001110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBB5; }

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

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

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

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

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

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

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

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