Html Css Color HEX #ACAEAD Periglacial Blue

📋 copy color: '#ACAEAD'

red 172 ◦ green 174 ◦ blue 173

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

Shades of Periglacial Blue #ACAEAD

Tints of Periglacial Blue #ACAEAD

RGB

 RED value IS 172 (67.58% from 255) = 33.14%

 GREEN value IS 174 (68.36% from 255) = 33.53%

 BLUE value IS 173 (67.97% from 255) = 33.33%

R = 33.14%
G = 33.53%
B = 33.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#ACAEAD (or 0xACAEAD) is known color: Periglacial Blue. HEX triplet: AC, AE and AD. RGB value is (172,174,173). Sum of RGB (Red+Green+Blue) = 172+174+173=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAEAD is #535152. Grayscale: #ADADAD. Windows color (decimal): -5460307 or 11382444. OLE color: 11382444.

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

Color convert

RGB 172 174 173 -
CMYK 0.01 0 0.01 0.32
HSL 150º 0.01% 0.68% -
HSV(B) 150º 0.01% 0.68% -
XYZ 39.69 42.06 45.56 -
YUV 173.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 172 174 173 0.01 0 0.01 0.32 150 0.01 0.68
Hex AC AE AD 1 0 1 20 96 1 44
Octal 254 256 255 1 0 1 40 226 1 104
Binary 10101100 10101110 10101101 1 0 1 100000 10010110 1 1000100

Color Harmonies of #ACAEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAEAD

Black with #ACAEAD

Text Example


Text Example

White with #ACAEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAEAD; }

 p { color: rgb(172,174,173); }

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

background-color css

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

 a { background-color: rgb(172,174,173); }

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

border-color css

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

 span { border-color: rgb(172,174,173); }

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