#ACBFB8

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

Shades of Periglacial Blue #ACBFB8

Tints of Periglacial Blue #ACBFB8

Color information

#ACBFB8 (or 0xACBFB8) is unknown color: approx Periglacial Blue. HEX triplet: AC, BF and B8. RGB value is (172,191,184). Sum of RGB (Red+Green+Blue) = 172+191+184=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFB8 is #534047. Grayscale: #B8B8B8. Windows color (decimal): -5455944 or 12107692. OLE color: 12107692.

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

Color convert

RGB172191184-
CMYK0.1000.040.25
HSL157.89º12.93%71.18%-
HSV(B)157.89º9.95%74.9%-
XYZ44.349.4952.57-
YUV184.52127.71119.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 184 (72.27% from 255) = 33.64%
R=31.44%
G=34.92%
B=33.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911840.1000.040.25157.8912.9371.18
HexACBFB8A04199ed47
Octal25427727012043123615107
Binary10101100101111111011100010100100110011001111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFB8; }

 p { color: rgb(172,191,184); }

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

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

 a { background-color: rgb(172,191,184); }

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

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

 span { border-color: rgb(172,191,184); }

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