Html Css Color HEX #ADBAB5 Periglacial Blue

📋 copy color: '#ADBAB5'

red 173 ◦ green 186 ◦ blue 181

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

Shades of Periglacial Blue #ADBAB5

Tints of Periglacial Blue #ADBAB5

RGB

 RED value IS 173 (67.97% from 255) = 32.04%

 GREEN value IS 186 (73.05% from 255) = 34.44%

 BLUE value IS 181 (71.09% from 255) = 33.52%

R = 32.04%
G = 34.44%
B = 33.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#ADBAB5 (or 0xADBAB5) is known color: Periglacial Blue. HEX triplet: AD, BA and B5. RGB value is (173,186,181). Sum of RGB (Red+Green+Blue) = 173+186+181=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAB5 is #52454A. Grayscale: #B5B5B5. Windows color (decimal): -5391691 or 11909805. OLE color: 11909805.

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

Color convert

RGB 173 186 181 -
CMYK 0.07 0 0.03 0.27
HSL 156.92º 0.09% 0.7% -
HSV(B) 156.92º 0.07% 0.73% -
XYZ 43.13 47.34 50.58 -
YUV 181.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 173 186 181 0.07 0 0.03 0.27 156.92 0.09 0.7
Hex AD BA B5 7 0 3 1B 9D 9 46
Octal 255 272 265 7 0 3 33 235 11 106
Binary 10101101 10111010 10110101 111 0 11 11011 10011101 1001 1000110

Color Harmonies of #ADBAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAB5

Black with #ADBAB5

Text Example


Text Example

White with #ADBAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAB5; }

 p { color: rgb(173,186,181); }

 H1.HeaderClassName
 {
   color: #ADBAB5;
 }
 .AnyTagClassName
 {
   color: #ADBAB5;
 }
</style>

background-color css

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

 a { background-color: rgb(173,186,181); }

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

border-color css

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

 span { border-color: rgb(173,186,181); }

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