Html Css Color HEX #ADB1B0 Periglacial Blue

📋 copy color: '#ADB1B0'

red 173 ◦ green 177 ◦ blue 176

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

Shades of Periglacial Blue #ADB1B0

Tints of Periglacial Blue #ADB1B0

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.65%

 BLUE value IS 176 (69.14% from 255) = 33.46%

R = 32.89%
G = 33.65%
B = 33.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#ADB1B0 (or 0xADB1B0) is known color: Periglacial Blue. HEX triplet: AD, B1 and B0. RGB value is (173,177,176). Sum of RGB (Red+Green+Blue) = 173+177+176=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB1B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB1B0 is #524E4F. Grayscale: #AFAFAF. Windows color (decimal): -5394000 or 11579821. OLE color: 11579821.

HSL color Cylindrical-coordinate representation of color #ADB1B0: hue angle of 165º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADB1B0 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 176 -
CMYK 0.02 0 0.01 0.31
HSL 165º 0.03% 0.69% -
HSV(B) 165º 0.02% 0.69% -
XYZ 40.79 43.46 47.31 -
YUV 175.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 173 177 176 0.02 0 0.01 0.31 165 0.03 0.69
Hex AD B1 B0 2 0 1 1F A5 2 45
Octal 255 261 260 2 0 1 37 245 2 105
Binary 10101101 10110001 10110000 10 0 1 11111 10100101 10 1000101

Color Harmonies of #ADB1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1B0

Black with #ADB1B0

Text Example


Text Example

White with #ADB1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1B0; }

 p { color: rgb(173,177,176); }

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

background-color css

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

 a { background-color: rgb(173,177,176); }

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

border-color css

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

 span { border-color: rgb(173,177,176); }

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