Html Css Color HEX #ADBDB7 Periglacial Blue

📋 copy color: '#ADBDB7'

red 173 ◦ green 189 ◦ blue 183

#ADBDB7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periglacial Blue #ADBDB7

Tints of Periglacial Blue #ADBDB7

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 value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#ADBDB7 (or 0xADBDB7) is known color: 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

RGB 173 189 183 -
CMYK 0.08 0 0.03 0.26
HSL 157.5º 0.11% 0.71% -
HSV(B) 157.5º 0.08% 0.74% -
XYZ 43.98 48.7 51.88 -
YUV 183.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 173 189 183 0.08 0 0.03 0.26 157.5 0.11 0.71
Hex AD BD B7 8 0 3 1A 9E B 47
Octal 255 275 267 10 0 3 32 236 13 107
Binary 10101101 10111101 10110111 1000 0 11 11010 10011110 1011 1000111

Color Harmonies of #ADBDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDB7

Black with #ADBDB7

Text Example


Text Example

White with #ADBDB7

Text Example


Text Example

HTML Codes & Css Web 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>