#ADB9B4

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

Shades of Periglacial Blue #ADB9B4

Tints of Periglacial Blue #ADB9B4

Color information

#ADB9B4 (or 0xADB9B4) is unknown color: approx Periglacial Blue. HEX triplet: AD, B9 and B4. RGB value is (173,185,180). Sum of RGB (Red+Green+Blue) = 173+185+180=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9B4 is #52464B. Grayscale: #B4B4B4. Windows color (decimal): -5391948 or 11844013. OLE color: 11844013.

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

Color convert

RGB173185180-
CMYK0.0600.030.27
HSL155º7.89%70.2%-
HSV(B)155º6.49%72.55%-
XYZ42.8246.8849.97-
YUV180.84127.52122.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 185 (72.66% from 255) = 34.39%
BLUE value IS 180 (70.70% from 255) = 33.46%
R=32.16%
G=34.39%
B=33.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731851800.0600.030.271557.8970.2
HexADB9B46031B9b846
Octal2552712646033323310106
Binary101011011011100110110100110011110111001101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB9B4; }

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

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

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

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

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

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

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

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