#ABB5B1

Color #ABB5B1 Periglacial Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periglacial Blue #ABB5B1

Tints of Periglacial Blue #ABB5B1

Color information

#ABB5B1 (or 0xABB5B1) is unknown color: approx Periglacial Blue. HEX triplet: AB, B5 and B1. RGB value is (171,181,177). Sum of RGB (Red+Green+Blue) = 171+181+177=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB5B1 is #544A4E. Grayscale: #B1B1B1. Windows color (decimal): -5524047 or 11646379. OLE color: 11646379.

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

Color convert

RGB171181177-
CMYK0.0600.020.29
HSL156º6.33%69.02%-
HSV(B)156º5.52%70.98%-
XYZ41.2544.8848.08-
YUV177.55127.69123.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 181 (71.09% from 255) = 34.22%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=32.33%
G=34.22%
B=33.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711811770.0600.020.291566.3369.02
HexABB5B16021D9c645
Octal253265261602352346105
Binary10101011101101011011000111001011101100111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB5B1; }

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

 H1.HeaderClassName
 {
   color: #ABB5B1;
 }
 .AnyTagClassName
 {
   color: #ABB5B1;
 }
</style>
background-color css

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

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

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

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

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

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