Html Css Color HEX #AABAB3 Periglacial Blue

📋 copy color: '#AABAB3'

red 170 ◦ green 186 ◦ blue 179

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

Shades of Periglacial Blue #AABAB3

Tints of Periglacial Blue #AABAB3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.77%

 BLUE value IS 179 (70.31% from 255) = 33.46%

R = 31.78%
G = 34.77%
B = 33.46%

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

#AABAB3 (or 0xAABAB3) is known color: Periglacial Blue. HEX triplet: AA, BA and B3. RGB value is (170,186,179). Sum of RGB (Red+Green+Blue) = 170+186+179=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAB3 is #55454C. Grayscale: #B4B4B4. Windows color (decimal): -5588301 or 11778730. OLE color: 11778730.

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

Color convert

RGB 170 186 179 -
CMYK 0.09 0 0.04 0.27
HSL 153.75º 0.1% 0.7% -
HSV(B) 153.75º 0.09% 0.73% -
XYZ 42.27 46.92 49.48 -
YUV 180.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 170 186 179 0.09 0 0.04 0.27 153.75 0.1 0.7
Hex AA BA B3 9 0 4 1B 9A A 46
Octal 252 272 263 11 0 4 33 232 12 106
Binary 10101010 10111010 10110011 1001 0 100 11011 10011010 1010 1000110

Color Harmonies of #AABAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAB3

Black with #AABAB3

Text Example


Text Example

White with #AABAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAB3; }

 p { color: rgb(170,186,179); }

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

background-color css

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

 a { background-color: rgb(170,186,179); }

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

border-color css

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

 span { border-color: rgb(170,186,179); }

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