#A9BEB6

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

Shades of Periglacial Blue #A9BEB6

Tints of Periglacial Blue #A9BEB6

Color information

#A9BEB6 (or 0xA9BEB6) is unknown color: approx Periglacial Blue. HEX triplet: A9, BE and B6. RGB value is (169,190,182). Sum of RGB (Red+Green+Blue) = 169+190+182=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BEB6 is #564149. Grayscale: #B6B6B6. Windows color (decimal): -5652810 or 11976361. OLE color: 11976361.

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

Color convert

RGB169190182-
CMYK0.1100.040.25
HSL157.14º13.91%70.39%-
HSV(B)157.14º11.05%74.51%-
XYZ43.2248.6451.37-
YUV182.81127.54118.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.24%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 182 (71.48% from 255) = 33.64%
R=31.24%
G=35.12%
B=33.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691901820.1100.040.25157.1413.9170.39
HexA9BEB6B04199de46
Octal25127626613043123516106
Binary10101001101111101011011010110100110011001110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BEB6; }

 p { color: rgb(169,190,182); }

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

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

 a { background-color: rgb(169,190,182); }

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

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

 span { border-color: rgb(169,190,182); }

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