#A6BFB4

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

Shades of Periglacial Blue #A6BFB4

Tints of Periglacial Blue #A6BFB4

Color information

#A6BFB4 (or 0xA6BFB4) is unknown color: approx Periglacial Blue. HEX triplet: A6, BF and B4. RGB value is (166,191,180). Sum of RGB (Red+Green+Blue) = 166+191+180=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFB4 is #59404B. Grayscale: #B6B6B6. Windows color (decimal): -5849164 or 11845542. OLE color: 11845542.

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

Color convert

RGB166191180-
CMYK0.1300.060.25
HSL153.6º16.34%70%-
HSV(B)153.6º13.09%74.9%-
XYZ42.5948.6650.33-
YUV182.27126.72116.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.91%
GREEN value IS 191 (75% from 255) = 35.57%
BLUE value IS 180 (70.70% from 255) = 33.52%
R=30.91%
G=35.57%
B=33.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661911800.1300.060.25153.616.3470
HexA6BFB4D06199a1046
Octal24627726415063123220106
Binary101001101011111110110100110101101100110011010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFB4; }

 p { color: rgb(166,191,180); }

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

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

 a { background-color: rgb(166,191,180); }

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

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

 span { border-color: rgb(166,191,180); }

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