#ABB9B3

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

Shades of Periglacial Blue #ABB9B3

Tints of Periglacial Blue #ABB9B3

Color information

#ABB9B3 (or 0xABB9B3) is unknown color: approx Periglacial Blue. HEX triplet: AB, B9 and B3. RGB value is (171,185,179). Sum of RGB (Red+Green+Blue) = 171+185+179=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB9B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9B3 is #54464C. Grayscale: #B4B4B4. Windows color (decimal): -5523021 or 11778475. OLE color: 11778475.

HSL color Cylindrical-coordinate representation of color #ABB9B3: hue angle of 154.29º degrees, saturation: 0.09, 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 #ABB9B3 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB171185179-
CMYK0.0800.030.27
HSL154.29º9.09%69.8%-
HSV(B)154.29º7.57%72.55%-
XYZ42.2846.6149.42-
YUV180.13127.36121.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 185 (72.66% from 255) = 34.58%
BLUE value IS 179 (70.31% from 255) = 33.46%
R=31.96%
G=34.58%
B=33.46%

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
Decimal1711851790.0800.030.27154.299.0969.8
HexABB9B38031B9a946
Octal25327126310033323211106
Binary1010101110111001101100111000011110111001101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9B3; }

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

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

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

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

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

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

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

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