Html Css Color HEX #A5B9B3 Periglacial Blue

📋 copy color: '#A5B9B3'

red 165 ◦ green 185 ◦ blue 179

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

Shades of Periglacial Blue #A5B9B3

Tints of Periglacial Blue #A5B9B3

RGB

 RED value IS 165 (64.84% from 255) = 31.19%

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

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

R = 31.19%
G = 34.97%
B = 33.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#A5B9B3 (or 0xA5B9B3) is known color: Periglacial Blue. HEX triplet: A5, B9 and B3. RGB value is (165,185,179). Sum of RGB (Red+Green+Blue) = 165+185+179=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B9B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B9B3 is #5A464C. Grayscale: #B2B2B2. Windows color (decimal): -5916237 or 11778469. OLE color: 11778469.

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

Color convert

RGB 165 185 179 -
CMYK 0.11 0 0.03 0.27
HSL 162º 0.13% 0.69% -
HSV(B) 162º 0.11% 0.73% -
XYZ 41 45.95 49.36 -
YUV 178.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 165 185 179 0.11 0 0.03 0.27 162 0.13 0.69
Hex A5 B9 B3 B 0 3 1B A2 C 45
Octal 245 271 263 13 0 3 33 242 14 105
Binary 10100101 10111001 10110011 1011 0 11 11011 10100010 1100 1000101

Color Harmonies of #A5B9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B9B3

Black with #A5B9B3

Text Example


Text Example

White with #A5B9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B9B3; }

 p { color: rgb(165,185,179); }

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

background-color css

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

 a { background-color: rgb(165,185,179); }

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

border-color css

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

 span { border-color: rgb(165,185,179); }

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