Html Css Color HEX #A9BBB3 Periglacial Blue

📋 copy color: '#A9BBB3'

red 169 ◦ green 187 ◦ blue 179

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

Shades of Periglacial Blue #A9BBB3

Tints of Periglacial Blue #A9BBB3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.95%

 BLUE value IS 179 (70.31% from 255) = 33.46%

R = 31.59%
G = 34.95%
B = 33.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#A9BBB3 (or 0xA9BBB3) is known color: Periglacial Blue. HEX triplet: A9, BB and B3. RGB value is (169,187,179). Sum of RGB (Red+Green+Blue) = 169+187+179=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBB3 is #56444C. Grayscale: #B4B4B4. Windows color (decimal): -5653581 or 11778985. OLE color: 11778985.

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

Color convert

RGB 169 187 179 -
CMYK 0.10 0 0.04 0.27
HSL 153.33º 0.12% 0.7% -
HSV(B) 153.33º 0.1% 0.73% -
XYZ 42.27 47.23 49.54 -
YUV 180.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 169 187 179 0.10 0 0.04 0.27 153.33 0.12 0.7
Hex A9 BB B3 A 0 4 1B 99 C 46
Octal 251 273 263 12 0 4 33 231 14 106
Binary 10101001 10111011 10110011 1010 0 100 11011 10011001 1100 1000110

Color Harmonies of #A9BBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BBB3

Black with #A9BBB3

Text Example


Text Example

White with #A9BBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BBB3; }

 p { color: rgb(169,187,179); }

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

background-color css

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

 a { background-color: rgb(169,187,179); }

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

border-color css

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

 span { border-color: rgb(169,187,179); }

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