Html Css Color HEX #A4BAB1 Periglacial Blue

📋 copy color: '#A4BAB1'

red 164 ◦ green 186 ◦ blue 177

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

Shades of Periglacial Blue #A4BAB1

Tints of Periglacial Blue #A4BAB1

RGB

 RED value IS 164 (64.45% from 255) = 31.12%

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

 BLUE value IS 177 (69.53% from 255) = 33.59%

R = 31.12%
G = 35.29%
B = 33.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#A4BAB1 (or 0xA4BAB1) is known color: Periglacial Blue. HEX triplet: A4, BA and B1. RGB value is (164,186,177). Sum of RGB (Red+Green+Blue) = 164+186+177=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BAB1 is #5B454E. Grayscale: #B2B2B2. Windows color (decimal): -5981519 or 11647652. OLE color: 11647652.

HSL color Cylindrical-coordinate representation of color #A4BAB1: hue angle of 155.45º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4BAB1 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 186 177 -
CMYK 0.12 0 0.05 0.27
HSL 155.45º 0.14% 0.69% -
HSV(B) 155.45º 0.12% 0.73% -
XYZ 40.8 46.18 48.36 -
YUV 178.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 164 186 177 0.12 0 0.05 0.27 155.45 0.14 0.69
Hex A4 BA B1 C 0 5 1B 9B E 45
Octal 244 272 261 14 0 5 33 233 16 105
Binary 10100100 10111010 10110001 1100 0 101 11011 10011011 1110 1000101

Color Harmonies of #A4BAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BAB1

Black with #A4BAB1

Text Example


Text Example

White with #A4BAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BAB1; }

 p { color: rgb(164,186,177); }

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

background-color css

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

 a { background-color: rgb(164,186,177); }

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

border-color css

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

 span { border-color: rgb(164,186,177); }

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