#ADB8B4

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

Shades of Periglacial Blue #ADB8B4

Tints of Periglacial Blue #ADB8B4

Color information

#ADB8B4 (or 0xADB8B4) is unknown color: approx Periglacial Blue. HEX triplet: AD, B8 and B4. RGB value is (173,184,180). Sum of RGB (Red+Green+Blue) = 173+184+180=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB8B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8B4 is #52474B. Grayscale: #B4B4B4. Windows color (decimal): -5392204 or 11843757. OLE color: 11843757.

HSL color Cylindrical-coordinate representation of color #ADB8B4: hue angle of 158.18º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADB8B4 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB173184180-
CMYK0.0600.020.28
HSL158.18º7.19%70%-
HSV(B)158.18º5.98%72.16%-
XYZ42.6146.4649.9-
YUV180.26127.86122.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.22%
GREEN value IS 184 (72.27% from 255) = 34.26%
BLUE value IS 180 (70.70% from 255) = 33.52%
R=32.22%
G=34.26%
B=33.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731841800.0600.020.28158.187.1970
HexADB8B46021C9e746
Octal255270264602342367106
Binary10101101101110001011010011001011100100111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB8B4; }

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

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

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

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

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

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

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

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