#A7BFB5

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

Shades of Periglacial Blue #A7BFB5

Tints of Periglacial Blue #A7BFB5

Color information

#A7BFB5 (or 0xA7BFB5) is unknown color: approx Periglacial Blue. HEX triplet: A7, BF and B5. RGB value is (167,191,181). Sum of RGB (Red+Green+Blue) = 167+191+181=539 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.98% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BFB5 is #58404A. Grayscale: #B6B6B6. Windows color (decimal): -5783627 or 11911079. OLE color: 11911079.

HSL color Cylindrical-coordinate representation of color #A7BFB5: hue angle of 155º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7BFB5 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB167191181-
CMYK0.1300.050.25
HSL155º15.79%70.2%-
HSV(B)155º12.57%74.9%-
XYZ42.9148.8150.88-
YUV182.68127.05116.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.98%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 181 (71.09% from 255) = 33.58%
R=30.98%
G=35.44%
B=33.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671911810.1300.050.2515515.7970.2
HexA7BFB5D05199b1046
Octal24727726515053123320106
Binary101001111011111110110101110101011100110011011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BFB5; }

 p { color: rgb(167,191,181); }

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

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

 a { background-color: rgb(167,191,181); }

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

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

 span { border-color: rgb(167,191,181); }

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