#A4BBB3

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

Shades of Periglacial Blue #A4BBB3

Tints of Periglacial Blue #A4BBB3

Color information

#A4BBB3 (or 0xA4BBB3) is unknown color: approx Periglacial Blue. HEX triplet: A4, BB and B3. RGB value is (164,187,179). Sum of RGB (Red+Green+Blue) = 164+187+179=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBB3 is #5B444C. Grayscale: #B3B3B3. Windows color (decimal): -5981261 or 11778980. OLE color: 11778980.

HSL color Cylindrical-coordinate representation of color #A4BBB3: hue angle of 159.13º 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 #A4BBB3 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB164187179-
CMYK0.1200.040.27
HSL159.13º14.47%68.82%-
HSV(B)159.13º12.3%73.33%-
XYZ41.2246.6949.49-
YUV179.21127.88117.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.94%
GREEN value IS 187 (73.44% from 255) = 35.28%
BLUE value IS 179 (70.31% from 255) = 33.77%
R=30.94%
G=35.28%
B=33.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641871790.1200.040.27159.1314.4768.82
HexA4BBB3C041B9fe45
Octal24427326314043323716105
Binary10100100101110111011001111000100110111001111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BBB3; }

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

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

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

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

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

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

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

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