Html Css Color HEX #A8BAB3 Periglacial Blue

📋 copy color: '#A8BAB3'

red 168 ◦ green 186 ◦ blue 179

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

Shades of Periglacial Blue #A8BAB3

Tints of Periglacial Blue #A8BAB3

RGB

 RED value IS 168 (66.02% from 255) = 31.52%

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

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

R = 31.52%
G = 34.9%
B = 33.58%

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

#A8BAB3 (or 0xA8BAB3) is known color: Periglacial Blue. HEX triplet: A8, BA and B3. RGB value is (168,186,179). Sum of RGB (Red+Green+Blue) = 168+186+179=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BAB3 is #57454C. Grayscale: #B3B3B3. Windows color (decimal): -5719373 or 11778728. OLE color: 11778728.

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

Color convert

RGB 168 186 179 -
CMYK 0.10 0 0.04 0.27
HSL 156.67º 0.12% 0.69% -
HSV(B) 156.67º 0.1% 0.73% -
XYZ 41.84 46.7 49.46 -
YUV 179.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 168 186 179 0.10 0 0.04 0.27 156.67 0.12 0.69
Hex A8 BA B3 A 0 4 1B 9D C 45
Octal 250 272 263 12 0 4 33 235 14 105
Binary 10101000 10111010 10110011 1010 0 100 11011 10011101 1100 1000101

Color Harmonies of #A8BAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BAB3

Black with #A8BAB3

Text Example


Text Example

White with #A8BAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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