Html Css Color HEX #ADB2B0 Periglacial Blue

📋 copy color: '#ADB2B0'

red 173 ◦ green 178 ◦ blue 176

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

Shades of Periglacial Blue #ADB2B0

Tints of Periglacial Blue #ADB2B0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.78%

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

R = 32.83%
G = 33.78%
B = 33.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#ADB2B0 (or 0xADB2B0) is known color: Periglacial Blue. HEX triplet: AD, B2 and B0. RGB value is (173,178,176). Sum of RGB (Red+Green+Blue) = 173+178+176=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB2B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB2B0 is #524D4F. Grayscale: #B0B0B0. Windows color (decimal): -5393744 or 11580077. OLE color: 11580077.

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

Color convert

RGB 173 178 176 -
CMYK 0.03 0 0.01 0.30
HSL 156º 0.03% 0.69% -
HSV(B) 156º 0.03% 0.7% -
XYZ 40.99 43.86 47.38 -
YUV 176.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 173 178 176 0.03 0 0.01 0.30 156 0.03 0.69
Hex AD B2 B0 3 0 1 1E 9C 3 45
Octal 255 262 260 3 0 1 36 234 3 105
Binary 10101101 10110010 10110000 11 0 1 11110 10011100 11 1000101

Color Harmonies of #ADB2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2B0

Black with #ADB2B0

Text Example


Text Example

White with #ADB2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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