#A3BEB1

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

Shades of Periglacial Blue #A3BEB1

Tints of Periglacial Blue #A3BEB1

Color information

#A3BEB1 (or 0xA3BEB1) is unknown color: approx Periglacial Blue. HEX triplet: A3, BE and B1. RGB value is (163,190,177). Sum of RGB (Red+Green+Blue) = 163+190+177=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BEB1 is #5C414E. Grayscale: #B4B4B4. Windows color (decimal): -6046031 or 11648675. OLE color: 11648675.

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

Color convert

RGB163190177-
CMYK0.1400.070.25
HSL151.11º17.2%69.22%-
HSV(B)151.11º14.21%74.51%-
XYZ41.4547.7948.63-
YUV180.44126.05115.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.75%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 177 (69.53% from 255) = 33.40%
R=30.75%
G=35.85%
B=33.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631901770.1400.070.25151.1117.269.22
HexA3BEB1E0719971145
Octal24327626116073122721105
Binary101000111011111010110001111001111100110010111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BEB1; }

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

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

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

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

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

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

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

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