Html Css Color HEX #AABBB4 Periglacial Blue

📋 copy color: '#AABBB4'

red 170 ◦ green 187 ◦ blue 180

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

Shades of Periglacial Blue #AABBB4

Tints of Periglacial Blue #AABBB4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.82%

 BLUE value IS 180 (70.7% from 255) = 33.52%

R = 31.66%
G = 34.82%
B = 33.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#AABBB4 (or 0xAABBB4) is known color: Periglacial Blue. HEX triplet: AA, BB and B4. RGB value is (170,187,180). Sum of RGB (Red+Green+Blue) = 170+187+180=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBB4 is #55444B. Grayscale: #B5B5B5. Windows color (decimal): -5588044 or 11844522. OLE color: 11844522.

HSL color Cylindrical-coordinate representation of color #AABBB4: hue angle of 155.29º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AABBB4 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 187 180 -
CMYK 0.09 0 0.04 0.27
HSL 155.29º 0.11% 0.7% -
HSV(B) 155.29º 0.09% 0.73% -
XYZ 42.59 47.38 50.08 -
YUV 181.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 170 187 180 0.09 0 0.04 0.27 155.29 0.11 0.7
Hex AA BB B4 9 0 4 1B 9B B 46
Octal 252 273 264 11 0 4 33 233 13 106
Binary 10101010 10111011 10110100 1001 0 100 11011 10011011 1011 1000110

Color Harmonies of #AABBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBB4

Black with #AABBB4

Text Example


Text Example

White with #AABBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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