#A2AFBC

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

Shades of Nepal #A2AFBC

Tints of Nepal #A2AFBC

Color information

#A2AFBC (or 0xA2AFBC) is unknown color: approx Nepal. HEX triplet: A2, AF and BC. RGB value is (162,175,188). Sum of RGB (Red+Green+Blue) = 162+175+188=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #A2AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AFBC is #5D5043. Grayscale: #ACACAC. Windows color (decimal): -6115396 or 12365730. OLE color: 12365730.

HSL color Cylindrical-coordinate representation of color #A2AFBC: hue angle of 210º 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 #A2AFBC is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB162175188-
CMYK0.140.0700.26
HSL210º16.25%68.63%-
HSV(B)210º13.83%73.73%-
XYZ39.3141.9753.61-
YUV172.59136.69120.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.86%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=30.86%
G=33.33%
B=35.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621751880.140.0700.2621016.2568.63
HexA2AFBCE701Ad21045
Octal24225727416703232220105
Binary101000101010111110111100111011101101011010010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AFBC; }

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

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

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

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

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

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

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

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