Html Css Color HEX #A5BAB3 Periglacial Blue

📋 copy color: '#A5BAB3'

red 165 ◦ green 186 ◦ blue 179

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

Shades of Periglacial Blue #A5BAB3

Tints of Periglacial Blue #A5BAB3

RGB

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

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

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

R = 31.13%
G = 35.09%
B = 33.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#A5BAB3 (or 0xA5BAB3) is known color: Periglacial Blue. HEX triplet: A5, BA and B3. RGB value is (165,186,179). Sum of RGB (Red+Green+Blue) = 165+186+179=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BAB3 is #5A454C. Grayscale: #B2B2B2. Windows color (decimal): -5915981 or 11778725. OLE color: 11778725.

HSL color Cylindrical-coordinate representation of color #A5BAB3: hue angle of 160º degrees, saturation: 0.13, 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 #A5BAB3 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 186 179 -
CMYK 0.11 0 0.04 0.27
HSL 160º 0.13% 0.69% -
HSV(B) 160º 0.11% 0.73% -
XYZ 41.21 46.37 49.43 -
YUV 178.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 165 186 179 0.11 0 0.04 0.27 160 0.13 0.69
Hex A5 BA B3 B 0 4 1B A0 D 45
Octal 245 272 263 13 0 4 33 240 15 105
Binary 10100101 10111010 10110011 1011 0 100 11011 10100000 1101 1000101

Color Harmonies of #A5BAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BAB3

Black with #A5BAB3

Text Example


Text Example

White with #A5BAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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