Html Css Color HEX #ACB2B0 Periglacial Blue

📋 copy color: '#ACB2B0'

red 172 ◦ green 178 ◦ blue 176

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

Shades of Periglacial Blue #ACB2B0

Tints of Periglacial Blue #ACB2B0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.84%

 BLUE value IS 176 (69.14% from 255) = 33.46%

R = 32.7%
G = 33.84%
B = 33.46%

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

#ACB2B0 (or 0xACB2B0) is known color: Periglacial Blue. HEX triplet: AC, B2 and B0. RGB value is (172,178,176). Sum of RGB (Red+Green+Blue) = 172+178+176=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB2B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB2B0 is #534D4F. Grayscale: #AFAFAF. Windows color (decimal): -5459280 or 11580076. OLE color: 11580076.

HSL color Cylindrical-coordinate representation of color #ACB2B0: hue angle of 160º degrees, saturation: 0.04, 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 #ACB2B0 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 176 -
CMYK 0.03 0 0.01 0.30
HSL 160º 0.04% 0.69% -
HSV(B) 160º 0.03% 0.7% -
XYZ 40.77 43.75 47.37 -
YUV 175.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 172 178 176 0.03 0 0.01 0.30 160 0.04 0.69
Hex AC B2 B0 3 0 1 1E A0 4 45
Octal 254 262 260 3 0 1 36 240 4 105
Binary 10101100 10110010 10110000 11 0 1 11110 10100000 100 1000101

Color Harmonies of #ACB2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB2B0

Black with #ACB2B0

Text Example


Text Example

White with #ACB2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB2B0; }

 p { color: rgb(172,178,176); }

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

background-color css

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

 a { background-color: rgb(172,178,176); }

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

border-color css

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

 span { border-color: rgb(172,178,176); }

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