#A3B0BC

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

Shades of Nepal #A3B0BC

Tints of Nepal #A3B0BC

Color information

#A3B0BC (or 0xA3B0BC) is unknown color: approx Nepal. HEX triplet: A3, B0 and BC. RGB value is (163,176,188). Sum of RGB (Red+Green+Blue) = 163+176+188=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #A3B0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B0BC is #5C4F43. Grayscale: #ADADAD. Windows color (decimal): -6049604 or 12365987. OLE color: 12365987.

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

Color convert

RGB163176188-
CMYK0.130.0600.26
HSL208.8º15.72%68.82%-
HSV(B)208.8º13.3%73.73%-
XYZ39.7142.4753.68-
YUV173.48136.19120.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.93%
GREEN value IS 176 (69.14% from 255) = 33.40%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=30.93%
G=33.40%
B=35.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631761880.130.0600.26208.815.7268.82
HexA3B0BCD601Ad11045
Octal24326027415603232120105
Binary101000111011000010111100110111001101011010001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B0BC; }

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

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

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

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

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

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

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

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