#A5B0BA

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

Shades of Nepal #A5B0BA

Tints of Nepal #A5B0BA

Color information

#A5B0BA (or 0xA5B0BA) is unknown color: approx Nepal. HEX triplet: A5, B0 and BA. RGB value is (165,176,186). Sum of RGB (Red+Green+Blue) = 165+176+186=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: blue. Hex color #A5B0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B0BA is #5A4F45. Grayscale: #ADADAD. Windows color (decimal): -5918534 or 12234917. OLE color: 12234917.

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

Color convert

RGB165176186-
CMYK0.110.0500.27
HSL208.57º13.21%68.82%-
HSV(B)208.57º11.29%72.94%-
XYZ39.9142.652.57-
YUV173.85134.86121.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.31%
GREEN value IS 176 (69.14% from 255) = 33.40%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=31.31%
G=33.40%
B=35.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651761860.110.0500.27208.5713.2168.82
HexA5B0BAB501Bd1d45
Octal24526027213503332115105
Binary10100101101100001011101010111010110111101000111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B0BA; }

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

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

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

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

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

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

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

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