Html Css Color HEX #A9BAB2 Periglacial Blue

📋 copy color: '#A9BAB2'

red 169 ◦ green 186 ◦ blue 178

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

Shades of Periglacial Blue #A9BAB2

Tints of Periglacial Blue #A9BAB2

RGB

 RED value IS 169 (66.41% from 255) = 31.71%

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

 BLUE value IS 178 (69.92% from 255) = 33.4%

R = 31.71%
G = 34.9%
B = 33.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#A9BAB2 (or 0xA9BAB2) is known color: Periglacial Blue. HEX triplet: A9, BA and B2. RGB value is (169,186,178). Sum of RGB (Red+Green+Blue) = 169+186+178=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BAB2 is #56454D. Grayscale: #B4B4B4. Windows color (decimal): -5653838 or 11713193. OLE color: 11713193.

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

Color convert

RGB 169 186 178 -
CMYK 0.09 0 0.04 0.27
HSL 151.76º 0.11% 0.7% -
HSV(B) 151.76º 0.09% 0.73% -
XYZ 41.96 46.77 48.94 -
YUV 180.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 169 186 178 0.09 0 0.04 0.27 151.76 0.11 0.7
Hex A9 BA B2 9 0 4 1B 98 B 46
Octal 251 272 262 11 0 4 33 230 13 106
Binary 10101001 10111010 10110010 1001 0 100 11011 10011000 1011 1000110

Color Harmonies of #A9BAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BAB2

Black with #A9BAB2

Text Example


Text Example

White with #A9BAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BAB2; }

 p { color: rgb(169,186,178); }

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

background-color css

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

 a { background-color: rgb(169,186,178); }

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

border-color css

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

 span { border-color: rgb(169,186,178); }

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