Html Css Color HEX #A2BAB1 Periglacial Blue

📋 copy color: '#A2BAB1'

red 162 ◦ green 186 ◦ blue 177

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

Shades of Periglacial Blue #A2BAB1

Tints of Periglacial Blue #A2BAB1

RGB

 RED value IS 162 (63.67% from 255) = 30.86%

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

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

R = 30.86%
G = 35.43%
B = 33.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#A2BAB1 (or 0xA2BAB1) is known color: Periglacial Blue. HEX triplet: A2, BA and B1. RGB value is (162,186,177). Sum of RGB (Red+Green+Blue) = 162+186+177=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BAB1 is #5D454E. Grayscale: #B1B1B1. Windows color (decimal): -6112591 or 11647650. OLE color: 11647650.

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

Color convert

RGB 162 186 177 -
CMYK 0.13 0 0.05 0.27
HSL 157.5º 0.15% 0.68% -
HSV(B) 157.5º 0.13% 0.73% -
XYZ 40.4 45.97 48.34 -
YUV 177.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 162 186 177 0.13 0 0.05 0.27 157.5 0.15 0.68
Hex A2 BA B1 D 0 5 1B 9E F 44
Octal 242 272 261 15 0 5 33 236 17 104
Binary 10100010 10111010 10110001 1101 0 101 11011 10011110 1111 1000100

Color Harmonies of #A2BAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BAB1

Black with #A2BAB1

Text Example


Text Example

White with #A2BAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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