#ADBDB7

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

Shades of Periglacial Blue #ADBDB7

Tints of Periglacial Blue #ADBDB7

Color information

#ADBDB7 (or 0xADBDB7) is unknown color: approx Periglacial Blue. HEX triplet: AD, BD and B7. RGB value is (173,189,183). Sum of RGB (Red+Green+Blue) = 173+189+183=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDB7 is #524248. Grayscale: #B7B7B7. Windows color (decimal): -5390921 or 12041645. OLE color: 12041645.

HSL color Cylindrical-coordinate representation of color #ADBDB7: hue angle of 157.5º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBDB7 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB173189183-
CMYK0.0800.030.26
HSL157.5º10.81%70.98%-
HSV(B)157.5º8.47%74.12%-
XYZ43.9848.751.88-
YUV183.53127.7120.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 183 (71.88% from 255) = 33.58%
R=31.74%
G=34.68%
B=33.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891830.0800.030.26157.510.8170.98
HexADBDB78031A9db47
Octal25527526710033223513107
Binary1010110110111101101101111000011110101001110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDB7; }

 p { color: rgb(173,189,183); }

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

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

 a { background-color: rgb(173,189,183); }

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

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

 span { border-color: rgb(173,189,183); }

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