#ACBEB7

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

Shades of Periglacial Blue #ACBEB7

Tints of Periglacial Blue #ACBEB7

Color information

#ACBEB7 (or 0xACBEB7) is unknown color: approx Periglacial Blue. HEX triplet: AC, BE and B7. RGB value is (172,190,183). Sum of RGB (Red+Green+Blue) = 172+190+183=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBEB7 is #534148. Grayscale: #B7B7B7. Windows color (decimal): -5456201 or 12041900. OLE color: 12041900.

HSL color Cylindrical-coordinate representation of color #ACBEB7: hue angle of 156.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBEB7 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB172190183-
CMYK0.0900.040.25
HSL156.67º12.16%70.98%-
HSV(B)156.67º9.47%74.51%-
XYZ43.9749.0251.94-
YUV183.82127.54119.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 183 (71.88% from 255) = 33.58%
R=31.56%
G=34.86%
B=33.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901830.0900.040.25156.6712.1670.98
HexACBEB7904199dc47
Octal25427626711043123514107
Binary10101100101111101011011110010100110011001110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBEB7; }

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

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

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

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

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

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

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

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