Html Css Color HEX #AEB3B1 Periglacial Blue

📋 copy color: '#AEB3B1'

red 174 ◦ green 179 ◦ blue 177

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

Shades of Periglacial Blue #AEB3B1

Tints of Periglacial Blue #AEB3B1

RGB

 RED value IS 174 (68.36% from 255) = 32.83%

 GREEN value IS 179 (70.31% from 255) = 33.77%

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

R = 32.83%
G = 33.77%
B = 33.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#AEB3B1 (or 0xAEB3B1) is known color: Periglacial Blue. HEX triplet: AE, B3 and B1. RGB value is (174,179,177). Sum of RGB (Red+Green+Blue) = 174+179+177=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB3B1 is #514C4E. Grayscale: #B1B1B1. Windows color (decimal): -5327951 or 11645870. OLE color: 11645870.

HSL color Cylindrical-coordinate representation of color #AEB3B1: hue angle of 156º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AEB3B1 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 179 177 -
CMYK 0.03 0 0.01 0.30
HSL 156º 0.03% 0.69% -
HSV(B) 156º 0.03% 0.7% -
XYZ 41.51 44.41 47.98 -
YUV 177.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 174 179 177 0.03 0 0.01 0.30 156 0.03 0.69
Hex AE B3 B1 3 0 1 1E 9C 3 45
Octal 256 263 261 3 0 1 36 234 3 105
Binary 10101110 10110011 10110001 11 0 1 11110 10011100 11 1000101

Color Harmonies of #AEB3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB3B1

Black with #AEB3B1

Text Example


Text Example

White with #AEB3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB3B1; }

 p { color: rgb(174,179,177); }

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

background-color css

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

 a { background-color: rgb(174,179,177); }

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

border-color css

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

 span { border-color: rgb(174,179,177); }

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