#ABBFB7

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

Shades of Periglacial Blue #ABBFB7

Tints of Periglacial Blue #ABBFB7

Color information

#ABBFB7 (or 0xABBFB7) is unknown color: approx Periglacial Blue. HEX triplet: AB, BF and B7. RGB value is (171,191,183). Sum of RGB (Red+Green+Blue) = 171+191+183=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFB7 is #544048. Grayscale: #B8B8B8. Windows color (decimal): -5521481 or 12042155. OLE color: 12042155.

HSL color Cylindrical-coordinate representation of color #ABBFB7: hue angle of 156º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBFB7 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB171191183-
CMYK0.1000.040.25
HSL156º13.51%70.98%-
HSV(B)156º10.47%74.9%-
XYZ43.9749.3452.01-
YUV184.11127.37118.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 183 (71.88% from 255) = 33.58%
R=31.38%
G=35.05%
B=33.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911830.1000.040.2515613.5170.98
HexABBFB7A04199ce47
Octal25327726712043123416107
Binary10101011101111111011011110100100110011001110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFB7; }

 p { color: rgb(171,191,183); }

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

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

 a { background-color: rgb(171,191,183); }

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

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

 span { border-color: rgb(171,191,183); }

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