#AABCB4

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

Shades of Periglacial Blue #AABCB4

Tints of Periglacial Blue #AABCB4

Color information

#AABCB4 (or 0xAABCB4) is unknown color: approx Periglacial Blue. HEX triplet: AA, BC and B4. RGB value is (170,188,180). Sum of RGB (Red+Green+Blue) = 170+188+180=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCB4 is #55434B. Grayscale: #B5B5B5. Windows color (decimal): -5587788 or 11844778. OLE color: 11844778.

HSL color Cylindrical-coordinate representation of color #AABCB4: hue angle of 153.33º 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 #AABCB4 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB170188180-
CMYK0.1000.040.26
HSL153.33º11.84%70.2%-
HSV(B)153.33º9.57%73.73%-
XYZ42.847.8150.15-
YUV181.71127.04119.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 180 (70.70% from 255) = 33.46%
R=31.60%
G=34.94%
B=33.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701881800.1000.040.26153.3311.8470.2
HexAABCB4A041A99c46
Octal25227426412043223114106
Binary10101010101111001011010010100100110101001100111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCB4; }

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

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

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

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

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

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

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

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