Html Css Color HEX #AEBAB6 Periglacial Blue

📋 copy color: '#AEBAB6'

red 174 ◦ green 186 ◦ blue 182

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

Shades of Periglacial Blue #AEBAB6

Tints of Periglacial Blue #AEBAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.58%

R = 32.1%
G = 34.32%
B = 33.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#AEBAB6 (or 0xAEBAB6) is known color: Periglacial Blue. HEX triplet: AE, BA and B6. RGB value is (174,186,182). Sum of RGB (Red+Green+Blue) = 174+186+182=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAB6 is #514549. Grayscale: #B5B5B5. Windows color (decimal): -5326154 or 11975342. OLE color: 11975342.

HSL color Cylindrical-coordinate representation of color #AEBAB6: hue angle of 160º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AEBAB6 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 186 182 -
CMYK 0.06 0 0.02 0.27
HSL 160º 0.08% 0.71% -
HSV(B) 160º 0.06% 0.73% -
XYZ 43.46 47.49 51.13 -
YUV 181.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 174 186 182 0.06 0 0.02 0.27 160 0.08 0.71
Hex AE BA B6 6 0 2 1B A0 8 47
Octal 256 272 266 6 0 2 33 240 10 107
Binary 10101110 10111010 10110110 110 0 10 11011 10100000 1000 1000111

Color Harmonies of #AEBAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAB6

Black with #AEBAB6

Text Example


Text Example

White with #AEBAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAB6; }

 p { color: rgb(174,186,182); }

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

background-color css

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

 a { background-color: rgb(174,186,182); }

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

border-color css

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

 span { border-color: rgb(174,186,182); }

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