Html Css Color HEX #AABBB5 Periglacial Blue

📋 copy color: '#AABBB5'

red 170 ◦ green 187 ◦ blue 181

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

Shades of Periglacial Blue #AABBB5

Tints of Periglacial Blue #AABBB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.64%

R = 31.6%
G = 34.76%
B = 33.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#AABBB5 (or 0xAABBB5) is known color: Periglacial Blue. HEX triplet: AA, BB and B5. RGB value is (170,187,181). Sum of RGB (Red+Green+Blue) = 170+187+181=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBB5 is #55444A. Grayscale: #B5B5B5. Windows color (decimal): -5588043 or 11910058. OLE color: 11910058.

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

Color convert

RGB 170 187 181 -
CMYK 0.09 0 0.03 0.27
HSL 158.82º 0.11% 0.7% -
HSV(B) 158.82º 0.09% 0.73% -
XYZ 42.69 47.42 50.62 -
YUV 181.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 170 187 181 0.09 0 0.03 0.27 158.82 0.11 0.7
Hex AA BB B5 9 0 3 1B 9F B 46
Octal 252 273 265 11 0 3 33 237 13 106
Binary 10101010 10111011 10110101 1001 0 11 11011 10011111 1011 1000110

Color Harmonies of #AABBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBB5

Black with #AABBB5

Text Example


Text Example

White with #AABBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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