#ADB3B1

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

Shades of Periglacial Blue #ADB3B1

Tints of Periglacial Blue #ADB3B1

Color information

#ADB3B1 (or 0xADB3B1) is unknown color: approx Periglacial Blue. HEX triplet: AD, B3 and B1. RGB value is (173,179,177). Sum of RGB (Red+Green+Blue) = 173+179+177=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB3B1 is #524C4E. Grayscale: #B0B0B0. Windows color (decimal): -5393487 or 11645869. OLE color: 11645869.

HSL color Cylindrical-coordinate representation of color #ADB3B1: hue angle of 160º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADB3B1 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB173179177-
CMYK0.0300.010.30
HSL160º3.8%69.02%-
HSV(B)160º3.35%70.2%-
XYZ41.2944.347.97-
YUV176.98128.01125.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 179 (70.31% from 255) = 33.84%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=32.70%
G=33.84%
B=33.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731791770.0300.010.301603.869.02
HexADB3B13011Ea0445
Octal255263261301362404105
Binary101011011011001110110001110111110101000001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB3B1; }

 p { color: rgb(173,179,177); }

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

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

 a { background-color: rgb(173,179,177); }

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

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

 span { border-color: rgb(173,179,177); }

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