#A5BCB0

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

Shades of Periglacial Blue #A5BCB0

Tints of Periglacial Blue #A5BCB0

Color information

#A5BCB0 (or 0xA5BCB0) is unknown color: approx Periglacial Blue. HEX triplet: A5, BC and B0. RGB value is (165,188,176). Sum of RGB (Red+Green+Blue) = 165+188+176=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BCB0 is #5A434F. Grayscale: #B3B3B3. Windows color (decimal): -5915472 or 11582629. OLE color: 11582629.

HSL color Cylindrical-coordinate representation of color #A5BCB0: hue angle of 148.7º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5BCB0 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB165188176-
CMYK0.1200.060.26
HSL148.7º14.65%69.22%-
HSV(B)148.7º12.23%73.73%-
XYZ41.3447.147.99-
YUV179.76125.88117.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.19%
GREEN value IS 188 (73.83% from 255) = 35.54%
BLUE value IS 176 (69.14% from 255) = 33.27%
R=31.19%
G=35.54%
B=33.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881760.1200.060.26148.714.6569.22
HexA5BCB0C061A95f45
Octal24527426014063222517105
Binary10100101101111001011000011000110110101001010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCB0; }

 p { color: rgb(165,188,176); }

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

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

 a { background-color: rgb(165,188,176); }

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

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

 span { border-color: rgb(165,188,176); }

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