#ABB8B3

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

Shades of Periglacial Blue #ABB8B3

Tints of Periglacial Blue #ABB8B3

Color information

#ABB8B3 (or 0xABB8B3) is unknown color: approx Periglacial Blue. HEX triplet: AB, B8 and B3. RGB value is (171,184,179). Sum of RGB (Red+Green+Blue) = 171+184+179=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB8B3 is #54474C. Grayscale: #B3B3B3. Windows color (decimal): -5523277 or 11778219. OLE color: 11778219.

HSL color Cylindrical-coordinate representation of color #ABB8B3: hue angle of 156.92º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABB8B3 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB171184179-
CMYK0.0700.030.28
HSL156.92º8.39%69.61%-
HSV(B)156.92º7.07%72.16%-
XYZ42.0746.1949.35-
YUV179.54127.69121.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 184 (72.27% from 255) = 34.46%
BLUE value IS 179 (70.31% from 255) = 33.52%
R=32.02%
G=34.46%
B=33.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711841790.0700.030.28156.928.3969.61
HexABB8B37031C9d846
Octal2532702637033423510106
Binary101010111011100010110011111011111001001110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB8B3; }

 p { color: rgb(171,184,179); }

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

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

 a { background-color: rgb(171,184,179); }

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

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

 span { border-color: rgb(171,184,179); }

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