Html Css Color HEX #AAB4B1 Periglacial Blue

📋 copy color: '#AAB4B1'

red 170 ◦ green 180 ◦ blue 177

#AAB4B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periglacial Blue #AAB4B1

Tints of Periglacial Blue #AAB4B1

RGB

 RED value IS 170 (66.8% from 255) = 32.26%

 GREEN value IS 180 (70.7% from 255) = 34.16%

 BLUE value IS 177 (69.53% from 255) = 33.59%

R = 32.26%
G = 34.16%
B = 33.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#AAB4B1 (or 0xAAB4B1) is known color: Periglacial Blue. HEX triplet: AA, B4 and B1. RGB value is (170,180,177). Sum of RGB (Red+Green+Blue) = 170+180+177=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB4B1 is #554B4E. Grayscale: #B0B0B0. Windows color (decimal): -5589839 or 11646122. OLE color: 11646122.

HSL color Cylindrical-coordinate representation of color #AAB4B1: hue angle of 162º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAB4B1 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 177 -
CMYK 0.06 0 0.02 0.29
HSL 162º 0.06% 0.69% -
HSV(B) 162º 0.06% 0.71% -
XYZ 40.83 44.36 48.01 -
YUV 176.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 170 180 177 0.06 0 0.02 0.29 162 0.06 0.69
Hex AA B4 B1 6 0 2 1D A2 6 45
Octal 252 264 261 6 0 2 35 242 6 105
Binary 10101010 10110100 10110001 110 0 10 11101 10100010 110 1000101

Color Harmonies of #AAB4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB4B1

Black with #AAB4B1

Text Example


Text Example

White with #AAB4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB4B1; }

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

 H1.HeaderClassName
 {
   color: #AAB4B1;
 }
 .AnyTagClassName
 {
   color: #AAB4B1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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