Html Css Color HEX #ABB4B1 Periglacial Blue

📋 copy color: '#ABB4B1'

red 171 ◦ green 180 ◦ blue 177

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

Shades of Periglacial Blue #ABB4B1

Tints of Periglacial Blue #ABB4B1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.09%

 BLUE value IS 177 (69.53% from 255) = 33.52%

R = 32.39%
G = 34.09%
B = 33.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#ABB4B1 (or 0xABB4B1) is known color: Periglacial Blue. HEX triplet: AB, B4 and B1. RGB value is (171,180,177). Sum of RGB (Red+Green+Blue) = 171+180+177=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB4B1 is #544B4E. Grayscale: #B0B0B0. Windows color (decimal): -5524303 or 11646123. OLE color: 11646123.

HSL color Cylindrical-coordinate representation of color #ABB4B1: hue angle of 160º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ABB4B1 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 180 177 -
CMYK 0.05 0 0.02 0.29
HSL 160º 0.06% 0.69% -
HSV(B) 160º 0.05% 0.71% -
XYZ 41.05 44.47 48.02 -
YUV 176.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 171 180 177 0.05 0 0.02 0.29 160 0.06 0.69
Hex AB B4 B1 5 0 2 1D A0 6 45
Octal 253 264 261 5 0 2 35 240 6 105
Binary 10101011 10110100 10110001 101 0 10 11101 10100000 110 1000101

Color Harmonies of #ABB4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB4B1

Black with #ABB4B1

Text Example


Text Example

White with #ABB4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB4B1; }

 p { color: rgb(171,180,177); }

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

background-color css

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

 a { background-color: rgb(171,180,177); }

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

border-color css

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

 span { border-color: rgb(171,180,177); }

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