#A9BAB4

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

Shades of Periglacial Blue #A9BAB4

Tints of Periglacial Blue #A9BAB4

Color information

#A9BAB4 (or 0xA9BAB4) is unknown color: approx Periglacial Blue. HEX triplet: A9, BA and B4. RGB value is (169,186,180). Sum of RGB (Red+Green+Blue) = 169+186+180=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BAB4 is #56454B. Grayscale: #B4B4B4. Windows color (decimal): -5653836 or 11844265. OLE color: 11844265.

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

Color convert

RGB169186180-
CMYK0.0900.030.27
HSL158.82º10.97%69.61%-
HSV(B)158.82º9.14%72.94%-
XYZ42.1646.8550-
YUV180.23127.87119.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 180 (70.70% from 255) = 33.64%
R=31.59%
G=34.77%
B=33.64%

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
Decimal1691861800.0900.030.27158.8210.9769.61
HexA9BAB49031B9fb46
Octal25127226411033323713106
Binary1010100110111010101101001001011110111001111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAB4; }

 p { color: rgb(169,186,180); }

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

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

 a { background-color: rgb(169,186,180); }

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

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

 span { border-color: rgb(169,186,180); }

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