Html Css Color HEX #A9B9B2 Periglacial Blue

📋 copy color: '#A9B9B2'

red 169 ◦ green 185 ◦ blue 178

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

Shades of Periglacial Blue #A9B9B2

Tints of Periglacial Blue #A9B9B2

RGB

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

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

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

R = 31.77%
G = 34.77%
B = 33.46%

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

#A9B9B2 (or 0xA9B9B2) is known color: Periglacial Blue. HEX triplet: A9, B9 and B2. RGB value is (169,185,178). Sum of RGB (Red+Green+Blue) = 169+185+178=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B9B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B9B2 is #56464D. Grayscale: #B3B3B3. Windows color (decimal): -5654094 or 11712937. OLE color: 11712937.

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

Color convert

RGB 169 185 178 -
CMYK 0.09 0 0.04 0.27
HSL 153.75º 0.1% 0.69% -
HSV(B) 153.75º 0.09% 0.73% -
XYZ 41.75 46.35 48.87 -
YUV 179.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 169 185 178 0.09 0 0.04 0.27 153.75 0.1 0.69
Hex A9 B9 B2 9 0 4 1B 9A A 45
Octal 251 271 262 11 0 4 33 232 12 105
Binary 10101001 10111001 10110010 1001 0 100 11011 10011010 1010 1000101

Color Harmonies of #A9B9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B9B2

Black with #A9B9B2

Text Example


Text Example

White with #A9B9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B9B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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