Html Css Color HEX #ACBAB5 Periglacial Blue

📋 copy color: '#ACBAB5'

red 172 ◦ green 186 ◦ blue 181

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

Shades of Periglacial Blue #ACBAB5

Tints of Periglacial Blue #ACBAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.58%

R = 31.91%
G = 34.51%
B = 33.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#ACBAB5 (or 0xACBAB5) is known color: Periglacial Blue. HEX triplet: AC, BA and B5. RGB value is (172,186,181). Sum of RGB (Red+Green+Blue) = 172+186+181=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAB5 is #53454A. Grayscale: #B5B5B5. Windows color (decimal): -5457227 or 11909804. OLE color: 11909804.

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

Color convert

RGB 172 186 181 -
CMYK 0.08 0 0.03 0.27
HSL 158.57º 0.09% 0.7% -
HSV(B) 158.57º 0.08% 0.73% -
XYZ 42.91 47.22 50.57 -
YUV 181.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 172 186 181 0.08 0 0.03 0.27 158.57 0.09 0.7
Hex AC BA B5 8 0 3 1B 9F 9 46
Octal 254 272 265 10 0 3 33 237 11 106
Binary 10101100 10111010 10110101 1000 0 11 11011 10011111 1001 1000110

Color Harmonies of #ACBAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBAB5

Black with #ACBAB5

Text Example


Text Example

White with #ACBAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBAB5; }

 p { color: rgb(172,186,181); }

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

background-color css

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

 a { background-color: rgb(172,186,181); }

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

border-color css

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

 span { border-color: rgb(172,186,181); }

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