#A2B0BC

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

Shades of Nepal #A2B0BC

Tints of Nepal #A2B0BC

Color information

#A2B0BC (or 0xA2B0BC) is unknown color: approx Nepal. HEX triplet: A2, B0 and BC. RGB value is (162,176,188). Sum of RGB (Red+Green+Blue) = 162+176+188=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #A2B0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B0BC is #5D4F43. Grayscale: #ADADAD. Windows color (decimal): -6115140 or 12365986. OLE color: 12365986.

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

Color convert

RGB162176188-
CMYK0.140.0600.26
HSL207.69º16.25%68.63%-
HSV(B)207.69º13.83%73.73%-
XYZ39.542.3653.67-
YUV173.18136.36120.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.80%
GREEN value IS 176 (69.14% from 255) = 33.46%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=30.80%
G=33.46%
B=35.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621761880.140.0600.26207.6916.2568.63
HexA2B0BCE601Ad01045
Octal24226027416603232020105
Binary101000101011000010111100111011001101011010000100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B0BC; }

 p { color: rgb(162,176,188); }

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

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

 a { background-color: rgb(162,176,188); }

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

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

 span { border-color: rgb(162,176,188); }

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