#A0B0BF

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

Shades of Nepal #A0B0BF

Tints of Nepal #A0B0BF

Color information

#A0B0BF (or 0xA0B0BF) is unknown color: approx Nepal. HEX triplet: A0, B0 and BF. RGB value is (160,176,191). Sum of RGB (Red+Green+Blue) = 160+176+191=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #A0B0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B0BF is #5F4F40. Grayscale: #ACACAC. Windows color (decimal): -6246209 or 12562592. OLE color: 12562592.

HSL color Cylindrical-coordinate representation of color #A0B0BF: hue angle of 209.03º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0B0BF is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160176191-
CMYK0.160.0800.25
HSL209.03º19.5%68.82%-
HSV(B)209.03º16.23%74.9%-
XYZ39.4342.2955.37-
YUV172.93138.2118.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.36%
GREEN value IS 176 (69.14% from 255) = 33.40%
BLUE value IS 191 (75% from 255) = 36.24%
R=30.36%
G=33.40%
B=36.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601761910.160.0800.25209.0319.568.82
HexA0B0BF108019d11345
Octal240260277201003132123105
Binary10100000101100001011111110000100001100111010001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B0BF; }

 p { color: rgb(160,176,191); }

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

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

 a { background-color: rgb(160,176,191); }

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

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

 span { border-color: rgb(160,176,191); }

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