Html Css Color HEX #AAB8B2 Periglacial Blue

📋 copy color: '#AAB8B2'

red 170 ◦ green 184 ◦ blue 178

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

Shades of Periglacial Blue #AAB8B2

Tints of Periglacial Blue #AAB8B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.46%

R = 31.95%
G = 34.59%
B = 33.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#AAB8B2 (or 0xAAB8B2) is known color: Periglacial Blue. HEX triplet: AA, B8 and B2. RGB value is (170,184,178). Sum of RGB (Red+Green+Blue) = 170+184+178=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB8B2 is #55474D. Grayscale: #B3B3B3. Windows color (decimal): -5588814 or 11712682. OLE color: 11712682.

HSL color Cylindrical-coordinate representation of color #AAB8B2: hue angle of 154.29º 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 #AAB8B2 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 178 -
CMYK 0.08 0 0.03 0.28
HSL 154.29º 0.09% 0.69% -
HSV(B) 154.29º 0.08% 0.72% -
XYZ 41.75 46.04 48.81 -
YUV 179.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 170 184 178 0.08 0 0.03 0.28 154.29 0.09 0.69
Hex AA B8 B2 8 0 3 1C 9A 9 45
Octal 252 270 262 10 0 3 34 232 11 105
Binary 10101010 10111000 10110010 1000 0 11 11100 10011010 1001 1000101

Color Harmonies of #AAB8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8B2

Black with #AAB8B2

Text Example


Text Example

White with #AAB8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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