Html Css Color HEX #A2B9B1 Periglacial Blue

📋 copy color: '#A2B9B1'

red 162 ◦ green 185 ◦ blue 177

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

Shades of Periglacial Blue #A2B9B1

Tints of Periglacial Blue #A2B9B1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.31%

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

R = 30.92%
G = 35.31%
B = 33.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#A2B9B1 (or 0xA2B9B1) is known color: Periglacial Blue. HEX triplet: A2, B9 and B1. RGB value is (162,185,177). Sum of RGB (Red+Green+Blue) = 162+185+177=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B9B1 is #5D464E. Grayscale: #B1B1B1. Windows color (decimal): -6112847 or 11647394. OLE color: 11647394.

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

Color convert

RGB 162 185 177 -
CMYK 0.12 0 0.04 0.27
HSL 159.13º 0.14% 0.68% -
HSV(B) 159.13º 0.12% 0.73% -
XYZ 40.19 45.55 48.27 -
YUV 177.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 162 185 177 0.12 0 0.04 0.27 159.13 0.14 0.68
Hex A2 B9 B1 C 0 4 1B 9F E 44
Octal 242 271 261 14 0 4 33 237 16 104
Binary 10100010 10111001 10110001 1100 0 100 11011 10011111 1110 1000100

Color Harmonies of #A2B9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B9B1

Black with #A2B9B1

Text Example


Text Example

White with #A2B9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B9B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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