#ADB1B0

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

Shades of Periglacial Blue #ADB1B0

Tints of Periglacial Blue #ADB1B0

Color information

#ADB1B0 (or 0xADB1B0) is unknown color: approx Periglacial Blue. HEX triplet: AD, B1 and B0. RGB value is (173,177,176). Sum of RGB (Red+Green+Blue) = 173+177+176=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB1B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB1B0 is #524E4F. Grayscale: #AFAFAF. Windows color (decimal): -5394000 or 11579821. OLE color: 11579821.

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

Color convert

RGB173177176-
CMYK0.0200.010.31
HSL165º2.5%68.63%-
HSV(B)165º2.26%69.41%-
XYZ40.7943.4647.31-
YUV175.69128.17126.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 176 (69.14% from 255) = 33.46%
R=32.89%
G=33.65%
B=33.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731771760.0200.010.311652.568.63
HexADB1B02011Fa5245
Octal255261260201372452105
Binary10101101101100011011000010011111110100101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB1B0; }

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

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

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

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

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

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

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

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