#ACBFB7

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

Shades of Periglacial Blue #ACBFB7

Tints of Periglacial Blue #ACBFB7

Color information

#ACBFB7 (or 0xACBFB7) is unknown color: approx Periglacial Blue. HEX triplet: AC, BF and B7. RGB value is (172,191,183). Sum of RGB (Red+Green+Blue) = 172+191+183=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFB7 is #534048. Grayscale: #B8B8B8. Windows color (decimal): -5455945 or 12042156. OLE color: 12042156.

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

Color convert

RGB172191183-
CMYK0.1000.040.25
HSL154.74º12.93%71.18%-
HSV(B)154.74º9.95%74.9%-
XYZ44.1949.4552.02-
YUV184.41127.21119.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 191 (75% from 255) = 34.98%
BLUE value IS 183 (71.88% from 255) = 33.52%
R=31.50%
G=34.98%
B=33.52%

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
Decimal1721911830.1000.040.25154.7412.9371.18
HexACBFB7A04199bd47
Octal25427726712043123315107
Binary10101100101111111011011110100100110011001101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFB7; }

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

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

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

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

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

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

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

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