#ABBAB5

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

Shades of Periglacial Blue #ABBAB5

Tints of Periglacial Blue #ABBAB5

Color information

#ABBAB5 (or 0xABBAB5) is unknown color: approx Periglacial Blue. HEX triplet: AB, BA and B5. RGB value is (171,186,181). Sum of RGB (Red+Green+Blue) = 171+186+181=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAB5 is #54454A. Grayscale: #B4B4B4. Windows color (decimal): -5522763 or 11909803. OLE color: 11909803.

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

Color convert

RGB171186181-
CMYK0.0800.030.27
HSL160º9.8%70%-
HSV(B)160º8.06%72.94%-
XYZ42.6947.1150.56-
YUV180.94128.03120.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 181 (71.09% from 255) = 33.64%
R=31.78%
G=34.57%
B=33.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861810.0800.030.271609.870
HexABBAB58031Ba0a46
Octal25327226510033324012106
Binary1010101110111010101101011000011110111010000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAB5; }

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

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

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

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

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

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

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

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