#ABADAC

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

Shades of Periglacial Blue #ABADAC

Tints of Periglacial Blue #ABADAC

Color information

#ABADAC (or 0xABADAC) is unknown color: approx Periglacial Blue. HEX triplet: AB, AD and AC. RGB value is (171,173,172). Sum of RGB (Red+Green+Blue) = 171+173+172=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 173 - color contains mainly: green. Hex color #ABADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADAC is #545253. Grayscale: #ACACAC. Windows color (decimal): -5526100 or 11316651. OLE color: 11316651.

HSL color Cylindrical-coordinate representation of color #ABADAC: hue angle of 150º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ABADAC is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB171173172-
CMYK0.0100.010.32
HSL150º1.2%67.45%-
HSV(B)150º1.16%67.84%-
XYZ39.1841.5244.98-
YUV172.29127.84127.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 172 (67.58% from 255) = 33.33%
R=33.14%
G=33.53%
B=33.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731720.0100.010.321501.267.45
HexABADAC1012096143
Octal253255254101402261103
Binary1010101110101101101011001011000001001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADAC; }

 p { color: rgb(171,173,172); }

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

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

 a { background-color: rgb(171,173,172); }

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

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

 span { border-color: rgb(171,173,172); }

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