Html Css Color HEX #AAB8B1 Periglacial Blue

📋 copy color: '#AAB8B1'

red 170 ◦ green 184 ◦ blue 177

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

Shades of Periglacial Blue #AAB8B1

Tints of Periglacial Blue #AAB8B1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.65%

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

R = 32.02%
G = 34.65%
B = 33.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#AAB8B1 (or 0xAAB8B1) is known color: Periglacial Blue. HEX triplet: AA, B8 and B1. RGB value is (170,184,177). Sum of RGB (Red+Green+Blue) = 170+184+177=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB8B1 is #55474E. Grayscale: #B3B3B3. Windows color (decimal): -5588815 or 11647146. OLE color: 11647146.

HSL color Cylindrical-coordinate representation of color #AAB8B1: hue angle of 150º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB8B1 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 177 -
CMYK 0.08 0 0.04 0.28
HSL 150º 0.09% 0.69% -
HSV(B) 150º 0.08% 0.72% -
XYZ 41.65 46 48.28 -
YUV 179.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 170 184 177 0.08 0 0.04 0.28 150 0.09 0.69
Hex AA B8 B1 8 0 4 1C 96 9 45
Octal 252 270 261 10 0 4 34 226 11 105
Binary 10101010 10111000 10110001 1000 0 100 11100 10010110 1001 1000101

Color Harmonies of #AAB8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8B1

Black with #AAB8B1

Text Example


Text Example

White with #AAB8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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