#A3BEB3

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

Shades of Periglacial Blue #A3BEB3

Tints of Periglacial Blue #A3BEB3

Color information

#A3BEB3 (or 0xA3BEB3) is unknown color: approx Periglacial Blue. HEX triplet: A3, BE and B3. RGB value is (163,190,179). Sum of RGB (Red+Green+Blue) = 163+190+179=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BEB3 is #5C414C. Grayscale: #B4B4B4. Windows color (decimal): -6046029 or 11779747. OLE color: 11779747.

HSL color Cylindrical-coordinate representation of color #A3BEB3: hue angle of 155.56º 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 #A3BEB3 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB163190179-
CMYK0.1400.060.25
HSL155.56º17.2%69.22%-
HSV(B)155.56º14.21%74.51%-
XYZ41.6547.8749.69-
YUV180.67127.05115.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.64%
GREEN value IS 190 (74.61% from 255) = 35.71%
BLUE value IS 179 (70.31% from 255) = 33.65%
R=30.64%
G=35.71%
B=33.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631901790.1400.060.25155.5617.269.22
HexA3BEB3E06199c1145
Octal24327626316063123421105
Binary101000111011111010110011111001101100110011100100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BEB3; }

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

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

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

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

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

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

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

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