#AABCB6

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

Shades of Periglacial Blue #AABCB6

Tints of Periglacial Blue #AABCB6

Color information

#AABCB6 (or 0xAABCB6) is unknown color: approx Periglacial Blue. HEX triplet: AA, BC and B6. RGB value is (170,188,182). Sum of RGB (Red+Green+Blue) = 170+188+182=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCB6 is #554349. Grayscale: #B5B5B5. Windows color (decimal): -5587786 or 11975850. OLE color: 11975850.

HSL color Cylindrical-coordinate representation of color #AABCB6: hue angle of 160º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABCB6 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB170188182-
CMYK0.1000.030.26
HSL160º11.84%70.2%-
HSV(B)160º9.57%73.73%-
XYZ4347.8951.23-
YUV181.93128.04119.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.48%
GREEN value IS 188 (73.83% from 255) = 34.81%
BLUE value IS 182 (71.48% from 255) = 33.70%
R=31.48%
G=34.81%
B=33.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701881820.1000.030.2616011.8470.2
HexAABCB6A031Aa0c46
Octal25227426612033224014106
Binary1010101010111100101101101010011110101010000011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCB6; }

 p { color: rgb(170,188,182); }

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

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

 a { background-color: rgb(170,188,182); }

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

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

 span { border-color: rgb(170,188,182); }

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