#A4C0B4

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

Shades of Periglacial Blue #A4C0B4

Tints of Periglacial Blue #A4C0B4

Color information

#A4C0B4 (or 0xA4C0B4) is unknown color: approx Periglacial Blue. HEX triplet: A4, C0 and B4. RGB value is (164,192,180). Sum of RGB (Red+Green+Blue) = 164+192+180=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C0B4 is #5B3F4B. Grayscale: #B6B6B6. Windows color (decimal): -5979980 or 11845796. OLE color: 11845796.

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

Color convert

RGB164192180-
CMYK0.1500.060.25
HSL154.29º18.18%69.8%-
HSV(B)154.29º14.58%75.29%-
XYZ42.448.8950.38-
YUV182.26126.72114.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.60%
GREEN value IS 192 (75.39% from 255) = 35.82%
BLUE value IS 180 (70.70% from 255) = 33.58%
R=30.60%
G=35.82%
B=33.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641921800.1500.060.25154.2918.1869.8
HexA4C0B4F06199a1246
Octal24430026417063123222106
Binary101001001100000010110100111101101100110011010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C0B4; }

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

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

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

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

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

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

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

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