#A8B9B0

Color #A8B9B0 Periglacial Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periglacial Blue #A8B9B0

Tints of Periglacial Blue #A8B9B0

Color information

#A8B9B0 (or 0xA8B9B0) is unknown color: approx Periglacial Blue. HEX triplet: A8, B9 and B0. RGB value is (168,185,176). Sum of RGB (Red+Green+Blue) = 168+185+176=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B9B0 is #57464F. Grayscale: #B2B2B2. Windows color (decimal): -5719632 or 11581864. OLE color: 11581864.

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

Color convert

RGB168185176-
CMYK0.0900.050.27
HSL148.24º10.83%69.22%-
HSV(B)148.24º9.19%72.55%-
XYZ41.3346.1647.81-
YUV178.89126.37120.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.76%
GREEN value IS 185 (72.66% from 255) = 34.97%
BLUE value IS 176 (69.14% from 255) = 33.27%
R=31.76%
G=34.97%
B=33.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681851760.0900.050.27148.2410.8369.22
HexA8B9B09051B94b45
Octal25027126011053322413105
Binary10101000101110011011000010010101110111001010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B9B0; }

 p { color: rgb(168,185,176); }

 H1.HeaderClassName
 {
   color: #A8B9B0;
 }
 .AnyTagClassName
 {
   color: #A8B9B0;
 }
</style>
background-color css

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

 a { background-color: rgb(168,185,176); }

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

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

 span { border-color: rgb(168,185,176); }

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