#A4BFB1

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

Shades of Periglacial Blue #A4BFB1

Tints of Periglacial Blue #A4BFB1

Color information

#A4BFB1 (or 0xA4BFB1) is unknown color: approx Periglacial Blue. HEX triplet: A4, BF and B1. RGB value is (164,191,177). Sum of RGB (Red+Green+Blue) = 164+191+177=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BFB1 is #5B404E. Grayscale: #B5B5B5. Windows color (decimal): -5980239 or 11648932. OLE color: 11648932.

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

Color convert

RGB164191177-
CMYK0.1400.070.25
HSL148.89º17.42%69.61%-
HSV(B)148.89º14.14%74.9%-
XYZ41.8848.3348.72-
YUV181.33125.55115.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.83%
GREEN value IS 191 (75% from 255) = 35.90%
BLUE value IS 177 (69.53% from 255) = 33.27%
R=30.83%
G=35.90%
B=33.27%

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
Decimal1641911770.1400.070.25148.8917.4269.61
HexA4BFB1E0719951146
Octal24427726116073122521106
Binary101001001011111110110001111001111100110010101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BFB1; }

 p { color: rgb(164,191,177); }

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

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

 a { background-color: rgb(164,191,177); }

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

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

 span { border-color: rgb(164,191,177); }

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