#A1B0BE

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

Shades of Nepal #A1B0BE

Tints of Nepal #A1B0BE

Color information

#A1B0BE (or 0xA1B0BE) is unknown color: approx Nepal. HEX triplet: A1, B0 and BE. RGB value is (161,176,190). Sum of RGB (Red+Green+Blue) = 161+176+190=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 176 (69.14% from 255 or 33.40% 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 #A1B0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B0BE is #5E4F41. Grayscale: #ADADAD. Windows color (decimal): -6180674 or 12497057. OLE color: 12497057.

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

Color convert

RGB161176190-
CMYK0.150.0700.25
HSL208.97º18.24%68.82%-
HSV(B)208.97º15.26%74.51%-
XYZ39.5242.3554.81-
YUV173.11137.53119.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.55%
GREEN value IS 176 (69.14% from 255) = 33.40%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=30.55%
G=33.40%
B=36.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611761900.150.0700.25208.9718.2468.82
HexA1B0BEF7019d11245
Octal24126027617703132122105
Binary101000011011000010111110111111101100111010001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B0BE; }

 p { color: rgb(161,176,190); }

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

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

 a { background-color: rgb(161,176,190); }

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

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

 span { border-color: rgb(161,176,190); }

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