#A4BBB2

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

Shades of Periglacial Blue #A4BBB2

Tints of Periglacial Blue #A4BBB2

Color information

#A4BBB2 (or 0xA4BBB2) is unknown color: approx Periglacial Blue. HEX triplet: A4, BB and B2. RGB value is (164,187,178). Sum of RGB (Red+Green+Blue) = 164+187+178=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BBB2 is #5B444D. Grayscale: #B3B3B3. Windows color (decimal): -5981262 or 11713444. OLE color: 11713444.

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

Color convert

RGB164187178-
CMYK0.1200.050.27
HSL156.52º14.47%68.82%-
HSV(B)156.52º12.3%73.33%-
XYZ41.1246.6548.96-
YUV179.1127.38117.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.00%
GREEN value IS 187 (73.44% from 255) = 35.35%
BLUE value IS 178 (69.92% from 255) = 33.65%
R=31.00%
G=35.35%
B=33.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641871780.1200.050.27156.5214.4768.82
HexA4BBB2C051B9de45
Octal24427326214053323516105
Binary10100100101110111011001011000101110111001110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BBB2; }

 p { color: rgb(164,187,178); }

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

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

 a { background-color: rgb(164,187,178); }

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

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

 span { border-color: rgb(164,187,178); }

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