#A3BBB3

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

Shades of Periglacial Blue #A3BBB3

Tints of Periglacial Blue #A3BBB3

Color information

#A3BBB3 (or 0xA3BBB3) is unknown color: approx Periglacial Blue. HEX triplet: A3, BB and B3. RGB value is (163,187,179). Sum of RGB (Red+Green+Blue) = 163+187+179=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BBB3 is #5C444C. Grayscale: #B2B2B2. Windows color (decimal): -6046797 or 11778979. OLE color: 11778979.

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

Color convert

RGB163187179-
CMYK0.1300.040.27
HSL160º15%68.63%-
HSV(B)160º12.83%73.33%-
XYZ41.0146.5849.48-
YUV178.91128.05116.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.81%
GREEN value IS 187 (73.44% from 255) = 35.35%
BLUE value IS 179 (70.31% from 255) = 33.84%
R=30.81%
G=35.35%
B=33.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631871790.1300.040.271601568.63
HexA3BBB3D041Ba0f45
Octal24327326315043324017105
Binary10100011101110111011001111010100110111010000011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BBB3; }

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

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

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

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

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

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

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

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