#ABBBB5

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

Shades of Periglacial Blue #ABBBB5

Tints of Periglacial Blue #ABBBB5

Color information

#ABBBB5 (or 0xABBBB5) is unknown color: approx Periglacial Blue. HEX triplet: AB, BB and B5. RGB value is (171,187,181). Sum of RGB (Red+Green+Blue) = 171+187+181=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBB5 is #54444A. Grayscale: #B5B5B5. Windows color (decimal): -5522507 or 11910059. OLE color: 11910059.

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

Color convert

RGB171187181-
CMYK0.0900.030.27
HSL157.5º10.53%70.2%-
HSV(B)157.5º8.56%73.33%-
XYZ42.9147.5350.63-
YUV181.53127.7120.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.73%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 181 (71.09% from 255) = 33.58%
R=31.73%
G=34.69%
B=33.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871810.0900.030.27157.510.5370.2
HexABBBB59031B9db46
Octal25327326511033323513106
Binary1010101110111011101101011001011110111001110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBB5; }

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

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

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

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

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

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

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

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