#ACBBB4

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

Shades of Periglacial Blue #ACBBB4

Tints of Periglacial Blue #ACBBB4

Color information

#ACBBB4 (or 0xACBBB4) is unknown color: approx Periglacial Blue. HEX triplet: AC, BB and B4. RGB value is (172,187,180). Sum of RGB (Red+Green+Blue) = 172+187+180=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBB4 is #53444B. Grayscale: #B5B5B5. Windows color (decimal): -5456972 or 11844524. OLE color: 11844524.

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

Color convert

RGB172187180-
CMYK0.0800.040.27
HSL152º9.93%70.39%-
HSV(B)152º8.02%73.33%-
XYZ43.0247.6150.1-
YUV181.72127.03121.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 180 (70.70% from 255) = 33.40%
R=31.91%
G=34.69%
B=33.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871800.0800.040.271529.9370.39
HexACBBB48041B98a46
Octal25427326410043323012106
Binary10101100101110111011010010000100110111001100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBB4; }

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

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

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

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

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

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

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

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