Html Css Color HEX #ABAEAD Periglacial Blue

📋 copy color: '#ABAEAD'

red 171 ◦ green 174 ◦ blue 173

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

Shades of Periglacial Blue #ABAEAD

Tints of Periglacial Blue #ABAEAD

RGB

 RED value IS 171 (67.19% from 255) = 33.01%

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

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

R = 33.01%
G = 33.59%
B = 33.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#ABAEAD (or 0xABAEAD) is known color: Periglacial Blue. HEX triplet: AB, AE and AD. RGB value is (171,174,173). Sum of RGB (Red+Green+Blue) = 171+174+173=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAEAD is #545152. Grayscale: #ACACAC. Windows color (decimal): -5525843 or 11382443. OLE color: 11382443.

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

Color convert

RGB 171 174 173 -
CMYK 0.02 0 0.01 0.32
HSL 160º 0.02% 0.68% -
HSV(B) 160º 0.02% 0.68% -
XYZ 39.47 41.95 45.55 -
YUV 172.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 171 174 173 0.02 0 0.01 0.32 160 0.02 0.68
Hex AB AE AD 2 0 1 20 A0 2 44
Octal 253 256 255 2 0 1 40 240 2 104
Binary 10101011 10101110 10101101 10 0 1 100000 10100000 10 1000100

Color Harmonies of #ABAEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAEAD

Black with #ABAEAD

Text Example


Text Example

White with #ABAEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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