#A5BBB1

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

Shades of Periglacial Blue #A5BBB1

Tints of Periglacial Blue #A5BBB1

Color information

#A5BBB1 (or 0xA5BBB1) is unknown color: approx Periglacial Blue. HEX triplet: A5, BB and B1. RGB value is (165,187,177). Sum of RGB (Red+Green+Blue) = 165+187+177=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BBB1 is #5A444E. Grayscale: #B3B3B3. Windows color (decimal): -5915727 or 11647909. OLE color: 11647909.

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

Color convert

RGB165187177-
CMYK0.1200.050.27
HSL152.73º13.92%69.02%-
HSV(B)152.73º11.76%73.33%-
XYZ41.2246.7148.44-
YUV179.28126.71117.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.19%
GREEN value IS 187 (73.44% from 255) = 35.35%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=31.19%
G=35.35%
B=33.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651871770.1200.050.27152.7313.9269.02
HexA5BBB1C051B99e45
Octal24527326114053323116105
Binary10100101101110111011000111000101110111001100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BBB1; }

 p { color: rgb(165,187,177); }

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

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

 a { background-color: rgb(165,187,177); }

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

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

 span { border-color: rgb(165,187,177); }

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