#A7BCB3

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

Shades of Periglacial Blue #A7BCB3

Tints of Periglacial Blue #A7BCB3

Color information

#A7BCB3 (or 0xA7BCB3) is unknown color: approx Periglacial Blue. HEX triplet: A7, BC and B3. RGB value is (167,188,179). Sum of RGB (Red+Green+Blue) = 167+188+179=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BCB3 is #58434C. Grayscale: #B4B4B4. Windows color (decimal): -5784397 or 11779239. OLE color: 11779239.

HSL color Cylindrical-coordinate representation of color #A7BCB3: hue angle of 154.29º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7BCB3 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB167188179-
CMYK0.1100.050.26
HSL154.29º13.55%69.61%-
HSV(B)154.29º11.17%73.73%-
XYZ42.0647.4449.59-
YUV180.7127.04118.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.27%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 179 (70.31% from 255) = 33.52%
R=31.27%
G=35.21%
B=33.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671881790.1100.050.26154.2913.5569.61
HexA7BCB3B051A9ae46
Octal24727426313053223216106
Binary10100111101111001011001110110101110101001101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCB3; }

 p { color: rgb(167,188,179); }

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

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

 a { background-color: rgb(167,188,179); }

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

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

 span { border-color: rgb(167,188,179); }

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