#A4BEB4

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

Shades of Periglacial Blue #A4BEB4

Tints of Periglacial Blue #A4BEB4

Color information

#A4BEB4 (or 0xA4BEB4) is unknown color: approx Periglacial Blue. HEX triplet: A4, BE and B4. RGB value is (164,190,180). Sum of RGB (Red+Green+Blue) = 164+190+180=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BEB4 is #5B414B. Grayscale: #B5B5B5. Windows color (decimal): -5980492 or 11845284. OLE color: 11845284.

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

Color convert

RGB164190180-
CMYK0.1400.050.25
HSL156.92º16.67%69.41%-
HSV(B)156.92º13.68%74.51%-
XYZ41.9648.0150.24-
YUV181.09127.39115.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.71%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 180 (70.70% from 255) = 33.71%
R=30.71%
G=35.58%
B=33.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641901800.1400.050.25156.9216.6769.41
HexA4BEB4E05199d1145
Octal24427626416053123521105
Binary101001001011111010110100111001011100110011101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BEB4; }

 p { color: rgb(164,190,180); }

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

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

 a { background-color: rgb(164,190,180); }

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

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

 span { border-color: rgb(164,190,180); }

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