#A0B2BD

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

Shades of Nepal #A0B2BD

Tints of Nepal #A0B2BD

Color information

#A0B2BD (or 0xA0B2BD) is unknown color: approx Nepal. HEX triplet: A0, B2 and BD. RGB value is (160,178,189). Sum of RGB (Red+Green+Blue) = 160+178+189=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #A0B2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B2BD is #5F4D42. Grayscale: #ADADAD. Windows color (decimal): -6245699 or 12432032. OLE color: 12432032.

HSL color Cylindrical-coordinate representation of color #A0B2BD: hue angle of 202.76º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0B2BD is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160178189-
CMYK0.150.0600.26
HSL202.76º18.01%68.43%-
HSV(B)202.76º15.34%74.12%-
XYZ39.642.9954.35-
YUV173.87136.54118.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.36%
GREEN value IS 178 (69.92% from 255) = 33.78%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=30.36%
G=33.78%
B=35.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601781890.150.0600.26202.7618.0168.43
HexA0B2BDF601Acb1244
Octal24026227517603231322104
Binary101000001011001010111101111111001101011001011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B2BD; }

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

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

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

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

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

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

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

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