#ADBAB4

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

Shades of Periglacial Blue #ADBAB4

Tints of Periglacial Blue #ADBAB4

Color information

#ADBAB4 (or 0xADBAB4) is unknown color: approx Periglacial Blue. HEX triplet: AD, BA and B4. RGB value is (173,186,180). Sum of RGB (Red+Green+Blue) = 173+186+180=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAB4 is #52454B. Grayscale: #B5B5B5. Windows color (decimal): -5391692 or 11844269. OLE color: 11844269.

HSL color Cylindrical-coordinate representation of color #ADBAB4: hue angle of 152.31º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADBAB4 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB173186180-
CMYK0.0700.030.27
HSL152.31º8.61%70.39%-
HSV(B)152.31º6.99%72.94%-
XYZ43.0347.350.04-
YUV181.43127.19121.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.10%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 180 (70.70% from 255) = 33.40%
R=32.10%
G=34.51%
B=33.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861800.0700.030.27152.318.6170.39
HexADBAB47031B98946
Octal2552722647033323011106
Binary101011011011101010110100111011110111001100010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAB4; }

 p { color: rgb(173,186,180); }

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

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

 a { background-color: rgb(173,186,180); }

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

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

 span { border-color: rgb(173,186,180); }

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