#A9BAB2

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

Shades of Periglacial Blue #A9BAB2

Tints of Periglacial Blue #A9BAB2

Color information

#A9BAB2 (or 0xA9BAB2) is unknown color: approx Periglacial Blue. HEX triplet: A9, BA and B2. RGB value is (169,186,178). Sum of RGB (Red+Green+Blue) = 169+186+178=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BAB2 is #56454D. Grayscale: #B4B4B4. Windows color (decimal): -5653838 or 11713193. OLE color: 11713193.

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

Color convert

RGB169186178-
CMYK0.0900.040.27
HSL151.76º10.97%69.61%-
HSV(B)151.76º9.14%72.94%-
XYZ41.9646.7748.94-
YUV180126.87120.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.71%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 178 (69.92% from 255) = 33.40%
R=31.71%
G=34.90%
B=33.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691861780.0900.040.27151.7610.9769.61
HexA9BAB29041B98b46
Octal25127226211043323013106
Binary10101001101110101011001010010100110111001100010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAB2; }

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

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

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

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

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

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

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

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