#A9BEB5

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

Shades of Periglacial Blue #A9BEB5

Tints of Periglacial Blue #A9BEB5

Color information

#A9BEB5 (or 0xA9BEB5) is unknown color: approx Periglacial Blue. HEX triplet: A9, BE and B5. RGB value is (169,190,181). Sum of RGB (Red+Green+Blue) = 169+190+181=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BEB5 is #56414A. Grayscale: #B6B6B6. Windows color (decimal): -5652811 or 11910825. OLE color: 11910825.

HSL color Cylindrical-coordinate representation of color #A9BEB5: hue angle of 154.29º 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 #A9BEB5 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB169190181-
CMYK0.1100.050.25
HSL154.29º13.91%70.39%-
HSV(B)154.29º11.05%74.51%-
XYZ43.1248.650.82-
YUV182.7127.04118.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.30%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 181 (71.09% from 255) = 33.52%
R=31.30%
G=35.19%
B=33.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691901810.1100.050.25154.2913.9170.39
HexA9BEB5B05199ae46
Octal25127626513053123216106
Binary10101001101111101011010110110101110011001101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BEB5; }

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

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

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

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

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

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

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

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