#A0B2BE

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

Shades of Nepal #A0B2BE

Tints of Nepal #A0B2BE

Color information

#A0B2BE (or 0xA0B2BE) is unknown color: approx Nepal. HEX triplet: A0, B2 and BE. RGB value is (160,178,190). Sum of RGB (Red+Green+Blue) = 160+178+190=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0B2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B2BE is #5F4D41. Grayscale: #ADADAD. Windows color (decimal): -6245698 or 12497568. OLE color: 12497568.

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

Color convert

RGB160178190-
CMYK0.160.0600.25
HSL204º18.75%68.63%-
HSV(B)204º15.79%74.51%-
XYZ39.7143.0354.93-
YUV173.99137.04118.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 178 (69.92% from 255) = 33.71%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=30.30%
G=33.71%
B=35.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601781900.160.0600.2520418.7568.63
HexA0B2BE106019cc1345
Octal24026227620603131423105
Binary1010000010110010101111101000011001100111001100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B2BE; }

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

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

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

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

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

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

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

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