#A5BFB2

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

Shades of Periglacial Blue #A5BFB2

Tints of Periglacial Blue #A5BFB2

Color information

#A5BFB2 (or 0xA5BFB2) is unknown color: approx Periglacial Blue. HEX triplet: A5, BF and B2. RGB value is (165,191,178). Sum of RGB (Red+Green+Blue) = 165+191+178=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BFB2 is #5A404D. Grayscale: #B5B5B5. Windows color (decimal): -5914702 or 11714469. OLE color: 11714469.

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

Color convert

RGB165191178-
CMYK0.1400.070.25
HSL150º16.88%69.8%-
HSV(B)150º13.61%74.9%-
XYZ42.1848.4849.25-
YUV181.74125.89116.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.90%
GREEN value IS 191 (75% from 255) = 35.77%
BLUE value IS 178 (69.92% from 255) = 33.33%
R=30.90%
G=35.77%
B=33.33%

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
Decimal1651911780.1400.070.2515016.8869.8
HexA5BFB2E0719961146
Octal24527726216073122621106
Binary101001011011111110110010111001111100110010110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BFB2; }

 p { color: rgb(165,191,178); }

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

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

 a { background-color: rgb(165,191,178); }

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

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

 span { border-color: rgb(165,191,178); }

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