#A7BBB2

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

Shades of Periglacial Blue #A7BBB2

Tints of Periglacial Blue #A7BBB2

Color information

#A7BBB2 (or 0xA7BBB2) is unknown color: approx Periglacial Blue. HEX triplet: A7, BB and B2. RGB value is (167,187,178). Sum of RGB (Red+Green+Blue) = 167+187+178=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 187 - color contains mainly: green. Hex color #A7BBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BBB2 is #58444D. Grayscale: #B4B4B4. Windows color (decimal): -5784654 or 11713447. OLE color: 11713447.

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

Color convert

RGB167187178-
CMYK0.1100.050.27
HSL153º12.82%69.41%-
HSV(B)153º10.7%73.33%-
XYZ41.7446.9748.99-
YUV179.99126.87118.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.39%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 178 (69.92% from 255) = 33.46%
R=31.39%
G=35.15%
B=33.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671871780.1100.050.2715312.8269.41
HexA7BBB2B051B99d45
Octal24727326213053323115105
Binary10100111101110111011001010110101110111001100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BBB2; }

 p { color: rgb(167,187,178); }

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

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

 a { background-color: rgb(167,187,178); }

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

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

 span { border-color: rgb(167,187,178); }

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