Html Css Color HEX #ADBAB6 Periglacial Blue

📋 copy color: '#ADBAB6'

red 173 ◦ green 186 ◦ blue 182

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

Shades of Periglacial Blue #ADBAB6

Tints of Periglacial Blue #ADBAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.64%

R = 31.98%
G = 34.38%
B = 33.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#ADBAB6 (or 0xADBAB6) is known color: Periglacial Blue. HEX triplet: AD, BA and B6. RGB value is (173,186,182). Sum of RGB (Red+Green+Blue) = 173+186+182=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAB6 is #524549. Grayscale: #B5B5B5. Windows color (decimal): -5391690 or 11975341. OLE color: 11975341.

HSL color Cylindrical-coordinate representation of color #ADBAB6: hue angle of 161.54º 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 #ADBAB6 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 182 -
CMYK 0.07 0 0.02 0.27
HSL 161.54º 0.09% 0.7% -
HSV(B) 161.54º 0.07% 0.73% -
XYZ 43.24 47.38 51.12 -
YUV 181.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 173 186 182 0.07 0 0.02 0.27 161.54 0.09 0.7
Hex AD BA B6 7 0 2 1B A2 9 46
Octal 255 272 266 7 0 2 33 242 11 106
Binary 10101101 10111010 10110110 111 0 10 11011 10100010 1001 1000110

Color Harmonies of #ADBAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAB6

Black with #ADBAB6

Text Example


Text Example

White with #ADBAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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