Html Css Color HEX #ABB0AD Periglacial Blue

📋 copy color: '#ABB0AD'

red 171 ◦ green 176 ◦ blue 173

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

Shades of Periglacial Blue #ABB0AD

Tints of Periglacial Blue #ABB0AD

RGB

 RED value IS 171 (67.19% from 255) = 32.88%

 GREEN value IS 176 (69.14% from 255) = 33.85%

 BLUE value IS 173 (67.97% from 255) = 33.27%

R = 32.88%
G = 33.85%
B = 33.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#ABB0AD (or 0xABB0AD) is known color: Periglacial Blue. HEX triplet: AB, B0 and AD. RGB value is (171,176,173). Sum of RGB (Red+Green+Blue) = 171+176+173=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB0AD is #544F52. Grayscale: #AEAEAE. Windows color (decimal): -5525331 or 11382955. OLE color: 11382955.

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

Color convert

RGB 171 176 173 -
CMYK 0.03 0 0.02 0.31
HSL 144º 0.03% 0.68% -
HSV(B) 144º 0.03% 0.69% -
XYZ 39.86 42.73 45.68 -
YUV 174.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 171 176 173 0.03 0 0.02 0.31 144 0.03 0.68
Hex AB B0 AD 3 0 2 1F 90 3 44
Octal 253 260 255 3 0 2 37 220 3 104
Binary 10101011 10110000 10101101 11 0 10 11111 10010000 11 1000100

Color Harmonies of #ABB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB0AD

Black with #ABB0AD

Text Example


Text Example

White with #ABB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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