Html Css Color HEX #A3B1BE Nepal

📋 copy color: '#A3B1BE'

red 163 ◦ green 177 ◦ blue 190

#A3B1BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #A3B1BE

Tints of Nepal #A3B1BE

RGB

 RED value IS 163 (64.06% from 255) = 30.75%

 GREEN value IS 177 (69.53% from 255) = 33.4%

 BLUE value IS 190 (74.61% from 255) = 35.85%

R = 30.75%
G = 33.4%
B = 35.85%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A3B1BE (or 0xA3B1BE) is known color: Nepal. HEX triplet: A3, B1 and BE. RGB value is (163,177,190). Sum of RGB (Red+Green+Blue) = 163+177+190=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #A3B1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B1BE is #5C4E41. Grayscale: #AEAEAE. Windows color (decimal): -6049346 or 12497315. OLE color: 12497315.

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

Color convert

RGB 163 177 190 -
CMYK 0.14 0.07 0 0.25
HSL 208.89º 0.17% 0.69% -
HSV(B) 208.89º 0.14% 0.75% -
XYZ 40.12 42.95 54.89 -
YUV 174.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 163 177 190 0.14 0.07 0 0.25 208.89 0.17 0.69
Hex A3 B1 BE E 7 0 19 D1 11 45
Octal 243 261 276 16 7 0 31 321 21 105
Binary 10100011 10110001 10111110 1110 111 0 11001 11010001 10001 1000101

Color Harmonies of #A3B1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B1BE

Black with #A3B1BE

Text Example


Text Example

White with #A3B1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B1BE; }

 p { color: rgb(163,177,190); }

 H1.HeaderClassName
 {
   color: #A3B1BE;
 }
 .AnyTagClassName
 {
   color: #A3B1BE;
 }
</style>

background-color css

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

 a { background-color: rgb(163,177,190); }

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

border-color css

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

 span { border-color: rgb(163,177,190); }

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