#ADB4B2

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

Shades of Periglacial Blue #ADB4B2

Tints of Periglacial Blue #ADB4B2

Color information

#ADB4B2 (or 0xADB4B2) is unknown color: approx Periglacial Blue. HEX triplet: AD, B4 and B2. RGB value is (173,180,178). Sum of RGB (Red+Green+Blue) = 173+180+178=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB4B2 is #524B4D. Grayscale: #B1B1B1. Windows color (decimal): -5393230 or 11711661. OLE color: 11711661.

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

Color convert

RGB173180178-
CMYK0.0400.010.29
HSL162.86º4.46%69.22%-
HSV(B)162.86º3.89%70.59%-
XYZ41.5944.7448.56-
YUV177.68128.18124.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 180 (70.70% from 255) = 33.90%
BLUE value IS 178 (69.92% from 255) = 33.52%
R=32.58%
G=33.90%
B=33.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801780.0400.010.29162.864.4669.22
HexADB4B24011Da3445
Octal255264262401352434105
Binary1010110110110100101100101000111101101000111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB4B2; }

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

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

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

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

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

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

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

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