Html Css Color HEX #ADB8B4 Periglacial Blue

📋 copy color: '#ADB8B4'

red 173 ◦ green 184 ◦ blue 180

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

Shades of Periglacial Blue #ADB8B4

Tints of Periglacial Blue #ADB8B4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.26%

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

R = 32.22%
G = 34.26%
B = 33.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#ADB8B4 (or 0xADB8B4) is known color: Periglacial Blue. HEX triplet: AD, B8 and B4. RGB value is (173,184,180). Sum of RGB (Red+Green+Blue) = 173+184+180=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB8B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8B4 is #52474B. Grayscale: #B4B4B4. Windows color (decimal): -5392204 or 11843757. OLE color: 11843757.

HSL color Cylindrical-coordinate representation of color #ADB8B4: hue angle of 158.18º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADB8B4 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 180 -
CMYK 0.06 0 0.02 0.28
HSL 158.18º 0.07% 0.7% -
HSV(B) 158.18º 0.06% 0.72% -
XYZ 42.61 46.46 49.9 -
YUV 180.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 173 184 180 0.06 0 0.02 0.28 158.18 0.07 0.7
Hex AD B8 B4 6 0 2 1C 9E 7 46
Octal 255 270 264 6 0 2 34 236 7 106
Binary 10101101 10111000 10110100 110 0 10 11100 10011110 111 1000110

Color Harmonies of #ADB8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB8B4

Black with #ADB8B4

Text Example


Text Example

White with #ADB8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB8B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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