#A0B1BE

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

Shades of Nepal #A0B1BE

Tints of Nepal #A0B1BE

Color information

#A0B1BE (or 0xA0B1BE) is unknown color: approx Nepal. HEX triplet: A0, B1 and BE. RGB value is (160,177,190). Sum of RGB (Red+Green+Blue) = 160+177+190=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0B1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B1BE is #5F4E41. Grayscale: #ADADAD. Windows color (decimal): -6245954 or 12497312. OLE color: 12497312.

HSL color Cylindrical-coordinate representation of color #A0B1BE: hue angle of 206º 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 #A0B1BE is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160177190-
CMYK0.160.0700.25
HSL206º18.75%68.63%-
HSV(B)206º15.79%74.51%-
XYZ39.5142.6454.86-
YUV173.4137.37118.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.36%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=30.36%
G=33.59%
B=36.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601771900.160.0700.2520618.7568.63
HexA0B1BE107019ce1345
Octal24026127620703131623105
Binary1010000010110001101111101000011101100111001110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B1BE; }

 p { color: rgb(160,177,190); }

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

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

 a { background-color: rgb(160,177,190); }

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

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

 span { border-color: rgb(160,177,190); }

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