Html Css Color HEX #ADBAB4 Periglacial Blue

📋 copy color: '#ADBAB4'

red 173 ◦ green 186 ◦ blue 180

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

Shades of Periglacial Blue #ADBAB4

Tints of Periglacial Blue #ADBAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.4%

R = 32.1%
G = 34.51%
B = 33.4%

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

#ADBAB4 (or 0xADBAB4) is known color: Periglacial Blue. HEX triplet: AD, BA and B4. RGB value is (173,186,180). Sum of RGB (Red+Green+Blue) = 173+186+180=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAB4 is #52454B. Grayscale: #B5B5B5. Windows color (decimal): -5391692 or 11844269. OLE color: 11844269.

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

Color convert

RGB 173 186 180 -
CMYK 0.07 0 0.03 0.27
HSL 152.31º 0.09% 0.7% -
HSV(B) 152.31º 0.07% 0.73% -
XYZ 43.03 47.3 50.04 -
YUV 181.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 173 186 180 0.07 0 0.03 0.27 152.31 0.09 0.7
Hex AD BA B4 7 0 3 1B 98 9 46
Octal 255 272 264 7 0 3 33 230 11 106
Binary 10101101 10111010 10110100 111 0 11 11011 10011000 1001 1000110

Color Harmonies of #ADBAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAB4

Black with #ADBAB4

Text Example


Text Example

White with #ADBAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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