#ABB4B0

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

Shades of Periglacial Blue #ABB4B0

Tints of Periglacial Blue #ABB4B0

Color information

#ABB4B0 (or 0xABB4B0) is unknown color: approx Periglacial Blue. HEX triplet: AB, B4 and B0. RGB value is (171,180,176). Sum of RGB (Red+Green+Blue) = 171+180+176=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB4B0 is #544B4F. Grayscale: #B0B0B0. Windows color (decimal): -5524304 or 11580587. OLE color: 11580587.

HSL color Cylindrical-coordinate representation of color #ABB4B0: hue angle of 153.33º 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 #ABB4B0 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB171180176-
CMYK0.0500.020.29
HSL153.33º5.66%68.82%-
HSV(B)153.33º5%70.59%-
XYZ40.9544.4447.49-
YUV176.85127.52123.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 180 (70.70% from 255) = 34.16%
BLUE value IS 176 (69.14% from 255) = 33.40%
R=32.45%
G=34.16%
B=33.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801760.0500.020.29153.335.6668.82
HexABB4B05021D99645
Octal253264260502352316105
Binary10101011101101001011000010101011101100110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4B0; }

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

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

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

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

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

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

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

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